]> git.sur5r.net Git - openldap/commitdiff
ITS#2801: fix str2entry trace
authorKurt Zeilenga <kurt@openldap.org>
Thu, 30 Oct 2003 22:45:18 +0000 (22:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 30 Oct 2003 22:45:18 +0000 (22:45 +0000)
servers/slapd/entry.c

index 35e3cd47dc7a75a3d72d9924d24e2c0ff11b52db..01b22e62bc04f11f6ad23c122c50302ba6d33891 100644 (file)
@@ -66,9 +66,10 @@ str2entry( char *s )
         */
 
 #ifdef NEW_LOGGING
-       LDAP_LOG( OPERATION, DETAIL1, "str2entry: \"%s\"\n", s ? s : "NULL", 0, 0 );
+       LDAP_LOG( OPERATION, DETAIL1, "str2entry: \"%s\"\n",
+               s ? s : "NULL", 0, 0 );
 #else
-       Debug( LDAP_DEBUG_TRACE, "=> str2entry\n",
+       Debug( LDAP_DEBUG_TRACE, "=> str2entry: \"%s\"\n",
                s ? s : "NULL", 0, 0 );
 #endif