From a2a587c6caa2550e7b2a69642aae36b350245835 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Tue, 13 Sep 2005 03:35:53 +0000 Subject: [PATCH] Add missing comma between Debug() args --- servers/slapd/aclparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/aclparse.c b/servers/slapd/aclparse.c index ff6f70588f..fd9a339ee7 100644 --- a/servers/slapd/aclparse.c +++ b/servers/slapd/aclparse.c @@ -1648,7 +1648,7 @@ parse_acl( "ACI \"%s\": inappropriate syntax: %s.", right, b->a_aci_at->ad_type->sat_syntax_oid ); - Debug( LDAP_DEBUG_ANY, "%s: line %d: %s\n" + Debug( LDAP_DEBUG_ANY, "%s: line %d: %s\n", fname, lineno, buf ); acl_usage(); } -- 2.39.5