mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
log message fix
This commit is contained in:
parent
8502301b00
commit
71ca4d51f1
@ -809,10 +809,10 @@ id2entry_retry:
|
|||||||
} else {
|
} else {
|
||||||
#ifdef NEW_LOGGING
|
#ifdef NEW_LOGGING
|
||||||
LDAP_LOG ( OPERATION, RESULTS,
|
LDAP_LOG ( OPERATION, RESULTS,
|
||||||
"bdb_search: %ld does match filter\n", (long) id, 0, 0);
|
"bdb_search: %ld does not match filter\n", (long) id, 0, 0);
|
||||||
#else
|
#else
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"bdb_search: %ld does match filter\n",
|
"bdb_search: %ld does not match filter\n",
|
||||||
(long) id, 0, 0 );
|
(long) id, 0, 0 );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user