]> git.sur5r.net Git - openldap/commitdiff
Fixed minor compile errors in LDAP_LOG debug statements.
authorJulius Enarusai <julius@openldap.org>
Tue, 3 Dec 2002 17:06:58 +0000 (17:06 +0000)
committerJulius Enarusai <julius@openldap.org>
Tue, 3 Dec 2002 17:06:58 +0000 (17:06 +0000)
servers/slapd/back-bdb/search.c
servers/slapd/controls.c

index 0a653a9f51d46a6c62bf6044a85efab1f189db3d..2ad1e9668928b66e24219c3476cc47e5a67728a1 100644 (file)
@@ -1104,7 +1104,7 @@ send_pagerequest_response(
        LDAP_LOG ( OPERATION, ENTRY,
                "send_pagerequest_response: lastid: (0x%08lx) "
                "nentries: (0x%081x)\n", 
-               lastid, nentries );
+               lastid, nentries, NULL );
 #else
        Debug(LDAP_DEBUG_ARGS, "send_pagerequest_response: lastid: (0x%08lx) "
                        "nentries: (0x%081x)\n", lastid, nentries, NULL );
index 736b5f8448813b07fe70804153b539e0403d1bc1..0cb50389c8d13469d9c152834c1e7c66e92955b5 100644 (file)
@@ -467,7 +467,7 @@ static int parseProxyAuthz (
 
        if( ctrl->ldctl_value.bv_len == 0 ) {
 #ifdef NEW_LOGGING
-               LDAP_LOG( OPERATION, TRACE
+               LDAP_LOG( OPERATION, RESULTS
                        "parseProxyAuthz: conn=%d anonymous\n", 
                        conn->c_connid, 0, 0 );
 #else
@@ -498,7 +498,7 @@ static int parseProxyAuthz (
        }
 
 #ifdef NEW_LOGGING
-       LDAP_LOG( OPERATION, TRACE
+       LDAP_LOG( OPERATION, RESULTS
                "parseProxyAuthz: conn=%d \"%s\"\n", 
                conn->c_connid,
                dn.bv_len ? dn.bv_val : "(NULL)", 0 );