From: Kurt Zeilenga Date: Mon, 28 Aug 2000 19:19:47 +0000 (+0000) Subject: Align with man page X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2159 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4520cd4ec25a8295f6f85bf2763ae0c9c5a3dcf9;p=openldap Align with man page --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 86c85ccec5..1e0077c7d6 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -517,7 +517,7 @@ read_config( const char *fname ) if ( cargc < 2 ) { Debug( LDAP_DEBUG_ANY, - "%s: line %d: missing feature(s) in \"requires \" line\n", + "%s: line %d: missing feature(s) in \"require \" line\n", fname, lineno, 0 ); return( 1 ); } @@ -542,7 +542,7 @@ read_config( const char *fname ) } else if( strcasecmp( cargv[i], "none" ) != 0 ) { Debug( LDAP_DEBUG_ANY, - "%s: line %d: unknown feature %s in \"requires \" line\n", + "%s: line %d: unknown feature %s in \"require \" line\n", fname, lineno, cargv[i] ); return( 1 ); } @@ -622,7 +622,7 @@ read_config( const char *fname ) } else { Debug( LDAP_DEBUG_ANY, - "%s: line %d: unknown feature %s in \"requires \" line\n", + "%s: line %d: unknown factor %s in \"security \" line\n", fname, lineno, cargv[i] ); return( 1 ); }