commit 95db373e54f4d50adb9ce676f1fbb85f03b32b26
Author: Oswald Buddenhagen <[email protected]>
Date: Sat Jul 5 23:03:42 2014 +0200
clarify error message about missing connection details
src/drv_imap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/drv_imap.c b/src/drv_imap.c
index b796f45..84fd8b9 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -2351,7 +2351,7 @@ imap_parse_store( conffile_t *cfg, store_conf_t **storep )
type = "IMAP account", name = server->name;
if (!store || !store->server) {
if (!server->sconf.tunnel && !server->sconf.host) {
- error( "%s '%s' has incomplete/missing connection
details\n", type, name );
+ error( "%s '%s' has neither Tunnel nor Host\n", type,
name );
cfg->err = 1;
return 1;
}
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel