From: Pierangelo Masarati Date: Tue, 27 Feb 2007 22:19:14 +0000 (+0000) Subject: fix config message (ITS#4853) X-Git-Tag: OPENLDAP_REL_ENG_2_3_35~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20bcf7fa8b3aa86e8917572c4f878656b6247c04;p=thirdparty%2Fopenldap.git fix config message (ITS#4853) --- diff --git a/CHANGES b/CHANGES index 1a4fd8d40c..9c79a2efe2 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ OpenLDAP 2.3.35 Engineering Fixed entry consistency check in str2entry2 (ITS#4852) Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851) Fixed slapd-meta/slapo-rwm filter mapping + Fixed slapo-refint config message (ITS#4853) OpenLDAP 2.3.34 Release (2007/02/16) Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815) diff --git a/servers/slapd/overlays/refint.c b/servers/slapd/overlays/refint.c index 54b7c9fc08..535dce3a20 100644 --- a/servers/slapd/overlays/refint.c +++ b/servers/slapd/overlays/refint.c @@ -144,7 +144,7 @@ refint_config( ip->attr = ad; ip->next = id->attrs; id->attrs = ip; - 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, "refint_base")) {