From: Kurt Zeilenga Date: Sun, 15 Jul 2001 17:25:00 +0000 (+0000) Subject: Fix typo in disallow logging X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1233 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c46014e27e3e8e9ded40417520c5c809d97b76bc;p=openldap Fix typo in disallow logging --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 8aa8393240..78303f5ce0 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1214,9 +1214,9 @@ read_config( const char *fname ) } else if( strcasecmp( cargv[i], "none" ) != 0 ) { #ifdef NEW_LOGGING LDAP_LOG(( "config", LDAP_LEVEL_CRIT, - "%s: line %d: unknownfeature %s in " - "\"disallow \" line.\n", - fname, lineno )); + "%s: line %d: unknown feature %s in " + "\"disallow \" line.\n", + fname, lineno, cargv[i] )); #else Debug( LDAP_DEBUG_ANY, "%s: line %d: unknown feature %s in \"disallow \" line\n",