]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8747 Use the same message when upstream connection is ready
authorOndřej Kuzník <okuznik@symas.com>
Mon, 28 Jun 2021 14:33:44 +0000 (16:33 +0200)
committerOndřej Kuzník <okuznik@symas.com>
Fri, 13 Aug 2021 09:57:13 +0000 (10:57 +0100)
servers/lloadd/upstream.c

index 79a59e44eed38f3b02360fc1a82f91d61779f15c..375626f5f7da6bd1d53dc44172f81b51fc8ba72e 100644 (file)
@@ -490,8 +490,9 @@ upstream_bind_cb( LloadConnection *c )
             c->c_type = LLOAD_C_OPEN;
             c->c_read_timeout = NULL;
             Debug( LDAP_DEBUG_CONNS, "upstream_bind_cb: "
-                    "connid=%lu finished binding, now active\n",
-                    c->c_connid );
+                    "connection connid=%lu for backend server '%s' is ready "
+                    "for use\n",
+                    c->c_connid, b->b_name.bv_val );
             CONNECTION_UNLOCK(c);
             checked_lock( &b->b_mutex );
             LDAP_CIRCLEQ_REMOVE( &b->b_preparing, c, c_next );