mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Cleanup previous commit
This commit is contained in:
parent
51e10cf23c
commit
a5a71d4e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -1621,7 +1621,7 @@ static int connection_op_activate( Operation *op )
|
|||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( CONNECTION, ERR,
|
||||
"connection_op_activate: conn %lu thread pool submit failed.\n",
|
||||
op->o_conn->c_connid, 0, 0 );
|
||||
op->o_connid, 0, 0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"ldap_pvt_thread_pool_submit failed (%d)\n", status, 0, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue