mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix typo
This commit is contained in:
parent
49fbdbf679
commit
e7e7bca4c0
1 changed files with 1 additions and 2 deletions
|
|
@ -1138,8 +1138,7 @@ static int connection_op_activate( Connection *conn, Operation *op )
|
|||
|
||||
if ( status != 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"ldap_pvt_thread_create failed (%d)\n", status, 0, 0 );
|
||||
|
||||
"ldap_pvt_thread_pool_submit failed (%d)\n", status, 0, 0 );
|
||||
/* should move op to pending list */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue