]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-server: Drop a log message to DEBUG level
authorMartin Schwenke <mschwenke@ddn.com>
Mon, 30 Sep 2024 02:30:13 +0000 (12:30 +1000)
committerJule Anger <janger@samba.org>
Mon, 25 Nov 2024 12:39:11 +0000 (12:39 +0000)
This is harmless, so it doesn't generally need to be logged.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15320
RN: Update CTDB to track all TCP connections to public IP addresses

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jerry Heyman <jheyman@ddn.com>
(cherry picked from commit f4a8f84328c5e692ce63bec05bb71fcb469a3e9c)

ctdb/server/ctdb_takeover.c

index d5dacb5d2c1253d7da628f4437bfccc22abb246c..7054e0f38441d123e3f95ce75ce6e5385ec1b393 100644 (file)
@@ -1620,7 +1620,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;
        }