From b17572c7d35d3d7b71cc5b266e3d830c8d3992a8 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 27 Dec 2001 23:01:09 +0000 Subject: [PATCH] cleanup --- servers/slapd/config.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 3f5c60868e..11b5dd8c8a 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -2028,11 +2028,11 @@ read_config( const char *fname ) if ( cargc < 2 ) { #ifdef NEW_LOGGING LDAP_LOG(( "config", LDAP_LEVEL_CRIT, "%s: line %d: " - "missing filename in \"rootDSEfile \" line.\n", + "missing filename in \"rootDSE \" line.\n", fname, lineno )); #else Debug( LDAP_DEBUG_ANY, "%s: line %d: " - "missing filename in \"rootDSEfile \" line.\n", + "missing filename in \"rootDSE \" line.\n", fname, lineno, 0 ); #endif return 1; @@ -2041,11 +2041,11 @@ read_config( const char *fname ) if( read_root_dse_file( cargv[1] ) ) { #ifdef NEW_LOGGING LDAP_LOG(( "config", LDAP_LEVEL_CRIT, "%s: line %d: " - "could not read \"rootDSEfile \" line.\n", + "could not read \"rootDSE \" line.\n", fname, lineno )); #else Debug( LDAP_DEBUG_ANY, "%s: line %d: " - "could not read \"rootDSEfile \" line\n", + "could not read \"rootDSE \" line\n", fname, lineno, 0 ); #endif return 1; -- 2.39.5