mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix typo in disallow logging
This commit is contained in:
parent
886a7575d0
commit
c46014e27e
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user