From ba268441bc3f1b9222eeeb3d4b6ab15c64258eaa Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 28 Aug 2005 07:02:53 +0000 Subject: [PATCH] ITS#3937 tone down informational debug msgs --- servers/slapd/overlays/unique.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5