From: Howard Chu Date: Sun, 28 Aug 2005 07:02:53 +0000 (+0000) Subject: ITS#3937 tone down informational debug msgs X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~546 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ba268441bc3f1b9222eeeb3d4b6ab15c64258eaa;p=openldap ITS#3937 tone down informational debug msgs --- diff --git a/servers/slapd/overlays/unique.c b/servers/slapd/overlays/unique.c index 3ea3741a99..9668b4b945 100644 --- a/servers/slapd/overlays/unique.c +++ b/servers/slapd/overlays/unique.c @@ -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);