log message fix

This commit is contained in:
Jong Hyuk Choi 2003-02-25 21:15:26 +00:00
parent 8502301b00
commit 71ca4d51f1

View File

@ -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
}