]> git.sur5r.net Git - openldap/commitdiff
Fix typo in disallow logging
authorKurt Zeilenga <kurt@openldap.org>
Sun, 15 Jul 2001 17:25:00 +0000 (17:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 15 Jul 2001 17:25:00 +0000 (17:25 +0000)
servers/slapd/config.c

index 8aa8393240ca4c1087f837efabbe94229eadc438..78303f5ce0daf226af3d04fe8827f1dcc29c31c1 100644 (file)
@@ -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 <features>\" line.\n",
-                                                  fname, lineno ));
+                                               "%s: line %d: unknown feature %s in "
+                                               "\"disallow <features>\" line.\n",
+                                               fname, lineno, cargv[i] ));
 #else
                                        Debug( LDAP_DEBUG_ANY,
                    "%s: line %d: unknown feature %s in \"disallow <features>\" line\n",