]> git.sur5r.net Git - openldap/commitdiff
fix from jon@symas.com - missing arguments to Debug/LDAP_LOG
authorHoward Chu <hyc@openldap.org>
Mon, 17 Dec 2001 22:47:36 +0000 (22:47 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 17 Dec 2001 22:47:36 +0000 (22:47 +0000)
servers/slapd/config.c

index 52eca16169c1919c3154d86df343b7cabbee815a..5ff853b30b788685338433792cb993fab7e114cf 100644 (file)
@@ -961,11 +961,11 @@ read_config( const char *fname )
                                        LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
                                                "%s: line %d: "
                                                "unable to normalize suffix "
-                                               "\"%s\"\n", dn ));
+                                               "\"%s\"\n", fname, lineno, dn ));
 #else
                                        Debug( LDAP_DEBUG_ANY, "%s: line %d: "
                                                "unable to normalize suffix "
-                                               "\"%s\"\n", dn, NULL, NULL );
+                                               "\"%s\"\n", fname, lineno, dn );
 #endif
                                        free( dn );
                                        return 1;