mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#8747 Use the same message when upstream connection is ready
This commit is contained in:
parent
973a93036e
commit
96d0eec034
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user