]> git.sur5r.net Git - openldap/commitdiff
Fix misleading text in debug output.
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Mon, 9 Oct 2000 19:14:44 +0000 (19:14 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Mon, 9 Oct 2000 19:14:44 +0000 (19:14 +0000)
servers/slapd/mr.c

index 1f1257da97b3fc18cd6b001f8e90ac3e4036da90..7648fb6ac7cf0bde5893e11f3e16af8c5c91b946 100644 (file)
@@ -203,7 +203,7 @@ register_matching_rule(
        ldap_memfree( mr );
 
        if ( code ) {
-               Debug( LDAP_DEBUG_ANY, "Error in register_syntax: %s for %s in %s\n",
+               Debug( LDAP_DEBUG_ANY, "Error in register_matching_rule: %s for %s in %s\n",
                    scherr2str(code), err, desc );
                return( -1 );
        }