]> git.sur5r.net Git - openldap/commitdiff
ITS#3937 tone down informational debug msgs
authorHoward Chu <hyc@openldap.org>
Sun, 28 Aug 2005 07:02:53 +0000 (07:02 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 28 Aug 2005 07:02:53 +0000 (07:02 +0000)
servers/slapd/overlays/unique.c

index 3ea3741a996bbdcda904362a3d6a9a92173bcc20..9668b4b9457598eee0af03264642ede2ad9865c1 100644 (file)
@@ -139,7 +139,7 @@ static int unique_config(
                                up->next = ud->attrs;
                                ud->attrs = up;
                        }
-                       Debug(LDAP_DEBUG_ANY, "%s: line %d: new attribute <%s>\n",
+                       Debug(LDAP_DEBUG_CONFIG, "%s: line %d: new attribute <%s>\n",
                                fname, lineno, argv[i]);
                }
        } else if(!strcasecmp(*argv, "unique_strict")) {
@@ -149,7 +149,7 @@ static int unique_config(
                ber_str2bv( argv[1], 0, 0, &bv );
                ch_free(ud->dn.bv_val);
                dnNormalize(0, NULL, NULL, &bv, &ud->dn, NULL);
-               Debug(LDAP_DEBUG_ANY, "%s: line %d: new base dn <%s>\n",
+               Debug(LDAP_DEBUG_CONFIG, "%s: line %d: new base dn <%s>\n",
                        fname, lineno, argv[1]);
        } else {
                return(SLAP_CONF_UNKNOWN);