From: Gary Williams Date: Thu, 12 Oct 2000 20:12:28 +0000 (+0000) Subject: example of new logging use X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1769 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9837286db2e436ba1c145a106b329fe4ced0c32;p=openldap example of new logging use --- diff --git a/servers/slapd/search.c b/servers/slapd/search.c index 1749dede27..5ae5439ab0 100644 --- a/servers/slapd/search.c +++ b/servers/slapd/search.c @@ -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: *