ITS#2801: fix str2entry trace

This commit is contained in:
Kurt Zeilenga 2003-10-30 22:45:18 +00:00
parent b1a1f46d64
commit 4eb36216db

View 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