]> git.sur5r.net Git - openldap/commitdiff
small changes to logging
authorGary Williams <gwilliams@openldap.org>
Fri, 2 Feb 2001 13:50:16 +0000 (13:50 +0000)
committerGary Williams <gwilliams@openldap.org>
Fri, 2 Feb 2001 13:50:16 +0000 (13:50 +0000)
servers/slapd/entry.c
servers/slapd/modify.c

index a7a84f2a25cd479e57a1323830404ccb8b541a8f..a7cb17baefeebc678c2022e897e9ad7243b0506d 100644 (file)
@@ -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
index 25eaa421d6630bc1e4e4e2df4612b3f84379e051..07ff01b998d3138350a47fa7a7141a27067ce974 100644 (file)
@@ -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,