mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix typo
This commit is contained in:
parent
49fbdbf679
commit
e7e7bca4c0
@ -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 New Issue
Block a user