]> git.sur5r.net Git - openldap/commitdiff
improve error message
authorPierangelo Masarati <ando@openldap.org>
Sat, 2 Dec 2006 16:17:01 +0000 (16:17 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 2 Dec 2006 16:17:01 +0000 (16:17 +0000)
servers/slapd/syncrepl.c

index 4676ee46b0c3706ee1c5c008fdda6bdc2012a814..58f9cdebbffc2a169d502fbd925223e3ba407145 100644 (file)
@@ -3142,7 +3142,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;
                }