From: Tony Finch Date: Fri, 24 May 2013 10:07:46 +0000 (+0100) Subject: readconf: clarify a retry rule parsing error message X-Git-Tag: exim-4_82_RC1~24 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/41eff010fbb485d1db54b32c9bf4292c5b052eda readconf: clarify a retry rule parsing error message Submitted by: Paul Osborne --- diff --git a/src/src/readconf.c b/src/src/readconf.c index c2785b79a..7f42bb7a9 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -3829,7 +3829,7 @@ while ((p = get_config_line()) != NULL) pp = p; while (mac_isgraph(*p)) p++; if (p - pp <= 0) log_write(0, LOG_PANIC_DIE|LOG_CONFIG_IN, - "missing error type"); + "missing error type in retry rule"); /* Test error names for things we understand. */