mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#3937 tone down informational debug msgs
This commit is contained in:
parent
11cb50bd95
commit
ba268441bc
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue