Add missing comma between Debug() args

This commit is contained in:
Hallvard Furuseth 2005-09-13 03:35:53 +00:00
parent f9a6f7c41a
commit a2a587c6ca

View file

@ -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();
}