]> git.sur5r.net Git - openldap/commitdiff
improve log message
authorKurt Zeilenga <kurt@openldap.org>
Tue, 12 Feb 2002 22:55:36 +0000 (22:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 12 Feb 2002 22:55:36 +0000 (22:55 +0000)
servers/slapd/controls.c

index e2147fe7ccb17c6c824436614e3feaf06bdc92ed..2e26823687afad1edb1ab3e39a01fe267bffeb98 100644 (file)
@@ -342,10 +342,10 @@ int get_ctrls(
 return_results:
 #ifdef NEW_LOGGING
        LDAP_LOG(( "operation", LDAP_LEVEL_RESULTS,
-               "get_ctrls: conn %d     %d %d %s\n",
+               "get_ctrls: conn=%d     n=%d rc=%d err=%s\n",
                conn->c_connid, nctrls, rc, errmsg ? errmsg : "" ));
 #else
-       Debug( LDAP_DEBUG_TRACE, "<= get_ctrls: %d %d %s\n",
+       Debug( LDAP_DEBUG_TRACE, "<= get_ctrls: n=%d rc=%d err=%s\n",
                nctrls, rc, errmsg ? errmsg : "");
 #endif