Fix typo in disallow logging

This commit is contained in:
Kurt Zeilenga 2001-07-15 17:25:00 +00:00
parent 886a7575d0
commit c46014e27e

View File

@ -1214,9 +1214,9 @@ read_config( const char *fname )
} else if( strcasecmp( cargv[i], "none" ) != 0 ) { } else if( strcasecmp( cargv[i], "none" ) != 0 ) {
#ifdef NEW_LOGGING #ifdef NEW_LOGGING
LDAP_LOG(( "config", LDAP_LEVEL_CRIT, LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
"%s: line %d: unknownfeature %s in " "%s: line %d: unknown feature %s in "
"\"disallow <features>\" line.\n", "\"disallow <features>\" line.\n",
fname, lineno )); fname, lineno, cargv[i] ));
#else #else
Debug( LDAP_DEBUG_ANY, Debug( LDAP_DEBUG_ANY,
"%s: line %d: unknown feature %s in \"disallow <features>\" line\n", "%s: line %d: unknown feature %s in \"disallow <features>\" line\n",