]> git.sur5r.net Git - openldap/commitdiff
Import minor logging fix
authorKurt Zeilenga <kurt@openldap.org>
Fri, 14 May 2004 03:52:38 +0000 (03:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 14 May 2004 03:52:38 +0000 (03:52 +0000)
servers/slapd/config.c

index 2edeab448a63b089aed6bcee2bd180a3491eacda..ae65665ce267bb96b11a14b3b26179856dcf5f86 100644 (file)
@@ -1338,7 +1338,7 @@ read_config( const char *fname, int depth )
 #ifdef NEW_LOGGING
                                        LDAP_LOG( CONFIG, CRIT, "%s: line %d: "
                                                "unknown feature %s in \"allow <features>\" line.\n",
-                                               fname, lineno, cargv[1] );
+                                               fname, lineno, cargv[i] );
 #else
                                        Debug( LDAP_DEBUG_ANY, "%s: line %d: "
                                                "unknown feature %s in \"allow <features>\" line\n",