]> git.sur5r.net Git - openldap/commitdiff
example of new logging use
authorGary Williams <gwilliams@openldap.org>
Thu, 12 Oct 2000 20:12:28 +0000 (20:12 +0000)
committerGary Williams <gwilliams@openldap.org>
Thu, 12 Oct 2000 20:12:28 +0000 (20:12 +0000)
servers/slapd/search.c

index 1749dede2778a7e9418b0abac8ee0c62706a8fd7..5ae5439ab007c004bb9a876d16af7b1695726b04 100644 (file)
@@ -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:
         *