mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
example of new logging use
This commit is contained in:
parent
bbc0ac00b2
commit
b9837286db
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ do_search(
|
|||
const char *text;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "do_search\n", 0, 0, 0 );
|
||||
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_ENTRY, "conn: %d do_search\n",
|
||||
conn->c_connid));
|
||||
/*
|
||||
* Parse the search request. It looks like this:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue