mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
small changes to logging
This commit is contained in:
parent
e565505f21
commit
7cf56432be
@ -59,7 +59,7 @@ str2entry( char *s )
|
||||
*/
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_ARGS,
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_DETAIL1,
|
||||
"str2entry: \"%s\"\n", s ? s : "NULL" ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE, "=> str2entry\n",
|
||||
@ -559,7 +559,7 @@ int entry_encode(
|
||||
BerElement *ber;
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_ENTRY,
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_DETAIL1,
|
||||
"entry_encode: id: 0x%08lx \"%s\"\n",
|
||||
e->e_id, e->e_dn ));
|
||||
#else
|
||||
|
@ -408,7 +408,7 @@ int slap_modlist2mods(
|
||||
if( !validate ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_ERR,
|
||||
"modlist2mods: no validator for syntax %S\n",
|
||||
"modlist2mods: no validator for syntax %s\n",
|
||||
ad->ad_type->sat_syntax->ssyn_oid ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
|
Loading…
Reference in New Issue
Block a user