]> git.sur5r.net Git - openldap/commitdiff
fix config message (ITS#4853)
authorPierangelo Masarati <ando@openldap.org>
Tue, 27 Feb 2007 22:19:14 +0000 (22:19 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 27 Feb 2007 22:19:14 +0000 (22:19 +0000)
CHANGES
servers/slapd/overlays/refint.c

diff --git a/CHANGES b/CHANGES
index 1a4fd8d40c1bcc7484d82bdefadd5a6896f885a0..9c79a2efe2a6095c475208dab237cae5cfa40c6c 100644 (file)
--- 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)
index 54b7c9fc0825e7c02a5b2a551a06d3769cb3d372..535dce3a2041674c81b89524371df719e3e8452b 100644 (file)
@@ -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")) {