]> git.sur5r.net Git - openldap/commitdiff
Add missing comma between Debug() args
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 13 Sep 2005 03:35:53 +0000 (03:35 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 13 Sep 2005 03:35:53 +0000 (03:35 +0000)
servers/slapd/aclparse.c

index ff6f70588f14992d0bf6aee99e42bdb8d2b8ee71..fd9a339ee7209237f6612bc1dec7eba5544c5378 100644 (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();
                                        }