]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Sun, 5 Dec 2004 03:06:01 +0000 (03:06 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 5 Dec 2004 03:06:01 +0000 (03:06 +0000)
servers/slapd/overlays/unique.c

index 30d35ad3bd826d7e2cc84a43ed1143d441401fa2..fc40e4104d106c2837ac97f8dd80a295b8152f61 100644 (file)
@@ -113,7 +113,7 @@ static int unique_config(
                        for(up = ud->attrs; up; up = up->next)
                            if(!strcmp(argv[i], up->attr->ad_cname.bv_val)) {
                                Debug(LDAP_DEBUG_ANY,
-                                       "%s: line %d: duplicate attribute <s>, ignored\n",
+                                       "%s: line %d: duplicate attribute <%s>, ignored\n",
                                        fname, lineno, argv[i]);
                                continue;
                        }