From: Pierangelo Masarati Date: Sat, 2 Dec 2006 16:17:01 +0000 (+0000) Subject: improve error message X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~422 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=41c4afb3316521182aa22e27fd2370aa535fc013;p=openldap improve error message --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 4676ee46b0..58f9cdebbf 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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; }