mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
log message fix
This commit is contained in:
parent
8502301b00
commit
71ca4d51f1
@ -809,10 +809,10 @@ id2entry_retry:
|
||||
} else {
|
||||
#ifdef NEW_LOGGING
|
||||
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
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"bdb_search: %ld does match filter\n",
|
||||
"bdb_search: %ld does not match filter\n",
|
||||
(long) id, 0, 0 );
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user