From d4e94140f8216509d5c83d50e36a78bdb5f43aae Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@openldap.org>
Date: Sat, 2 Dec 2006 16:17:40 +0000
Subject: [PATCH] import error message improvement

---
 servers/slapd/syncrepl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c
index 7ff479ae18..e4a1d24471 100644
--- a/servers/slapd/syncrepl.c
+++ b/servers/slapd/syncrepl.c
@@ -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;
 		}
-- 
GitLab