]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Change log level for unsolicited response
authorOndřej Kuzník <okuznik@symas.com>
Wed, 21 Feb 2018 14:06:00 +0000 (14:06 +0000)
committerOndřej Kuzník <okuznik@symas.com>
Tue, 17 Nov 2020 17:58:14 +0000 (17:58 +0000)
servers/lloadd/upstream.c

index 7db7da7d5a16ecca105f64597bfd7b4dc0c84e99..a1d17ab9bfc839ba21fc7fc8c5869c5fb4e55602 100644 (file)
@@ -105,7 +105,7 @@ handle_unsolicited( LloadConnection *c, BerElement *ber )
         c->c_state = LLOAD_C_CLOSING;
     }
 
-    Debug( LDAP_DEBUG_CONNS, "handle_unsolicited: "
+    Debug( LDAP_DEBUG_STATS, "handle_unsolicited: "
             "teardown for upstream connection connid=%lu\n",
             c->c_connid );