]> git.sur5r.net Git - openldap/commitdiff
Improve error message
authorKurt Zeilenga <kurt@openldap.org>
Mon, 24 Dec 2001 04:03:27 +0000 (04:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 24 Dec 2001 04:03:27 +0000 (04:03 +0000)
servers/slapd/entry.c

index 70154958282d9f5b091e8ca9537b73ea4e1d5996..df06295a00637cfb8e1932f60bde2daa73c5647b 100644 (file)
@@ -123,12 +123,12 @@ str2entry( char *s )
                        if ( e->e_dn != NULL ) {
 #ifdef NEW_LOGGING
                                LDAP_LOG(( "operation", LDAP_LEVEL_DETAIL1, "str2entry: "
-                                       "entry %ld has multiple dns \"%s\" and \"%s\"\n",
+                                       "entry %ld has multiple DNs \"%s\" and \"%s\"\n",
                                        (long) e->e_id, e->e_dn,
                                        value.bv_val != NULL ? value.bv_val : "" ));
 #else
                                Debug( LDAP_DEBUG_ANY, "str2entry: "
-                                       "entry %ld has multiple dns \"%s\" and \"%s\"\n",
+                                       "entry %ld has multiple DNs \"%s\" and \"%s\"\n",
                                    (long) e->e_id, e->e_dn,
                                        value.bv_val != NULL ? value.bv_val : "" );
 #endif