1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

ctdb-server: Drop a log message to DEBUG level

This is harmless, so it doesn't generally need to be logged.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jerry Heyman <jheyman@ddn.com>
This commit is contained in:
Martin Schwenke 2024-09-30 12:30:13 +10:00 committed by Martin Schwenke
parent 3c19c8df77
commit f4a8f84328

View File

@ -1629,7 +1629,7 @@ static void ctdb_remove_connection(struct ctdb_vnn *vnn,
tcpp = ctdb_tcp_find(vnn->tcp_array, conn);
if (tcpp == NULL) {
D_INFO("Attempt to remove untracked connection %s\n", conn_str);
D_DEBUG("Attempt to remove untracked connection %s\n", conn_str);
return;
}