]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
import error message improvement
authorPierangelo Masarati <ando@openldap.org>
Sat, 2 Dec 2006 16:17:40 +0000 (16:17 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 2 Dec 2006 16:17:40 +0000 (16:17 +0000)
servers/slapd/syncrepl.c

index 7ff479ae1812a4c91e7ab78568ed93f9883b38e3..e4a1d244713b0701962bdba71e69c6a311c65701 100644 (file)
@@ -3170,7 +3170,7 @@ parse_syncrepl_line(
                } else if ( bindconf_parse( c->argv[i], &si->si_bindconf ) ) {
                        snprintf( c->msg, sizeof( c->msg ),
                                "Error: parse_syncrepl_line: "
-                               "unknown keyword \"%s\"\n", c->argv[ i ] );
+                               "unable to parse \"%s\"\n", c->argv[ i ] );
                        Debug( LDAP_DEBUG_ANY, "%s: %s.\n", c->log, c->msg, 0 );
                        return -1;
                }