From: Kurt Zeilenga Date: Wed, 24 Oct 2001 05:27:49 +0000 (+0000) Subject: Fix error messages X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~933 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=23bf2fb0868a205f3e32358aed44b37e5ac781c4;p=openldap Fix error messages --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 6c0c130378..fbac293f57 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1774,11 +1774,11 @@ read_config( const char *fname ) if ( cargc < 2 ) { #ifdef NEW_LOGGING LDAP_LOG(( "config", LDAP_LEVEL_CRIT, - "%s: line %d: missing dn in \"updateref \" " + "%s: line %d: missing url in \"updateref \" " "line.\n", fname, lineno )); #else Debug( LDAP_DEBUG_ANY, - "%s: line %d: missing dn in \"updateref \" line\n", + "%s: line %d: missing url in \"updateref \" line\n", fname, lineno, 0 ); #endif @@ -1821,7 +1821,7 @@ read_config( const char *fname ) " line.\n", fname, lineno )); #else Debug( LDAP_DEBUG_ANY, - "%s: line %d: missing dn in \"replogfile \" line\n", + "%s: line %d: missing filename in \"replogfile \" line\n", fname, lineno, 0 ); #endif