[exim-cvs] readconf: clarify a retry rule parsing error mess…

Góra strony
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
Dla: exim-cvs
Temat: [exim-cvs] readconf: clarify a retry rule parsing error message
Gitweb: http://git.exim.org/exim.git/commitdiff/41eff010fbb485d1db54b32c9bf4292c5b052eda
Commit:     41eff010fbb485d1db54b32c9bf4292c5b052eda
Parent:     7a5698faf84452ff9dcef170b3580921a4c3c9bf
Author:     Tony Finch <dot@???>
AuthorDate: Fri May 24 11:07:46 2013 +0100
Committer:  Tony Finch <dot@???>
CommitDate: Fri May 24 11:07:46 2013 +0100


    readconf: clarify a retry rule parsing error message


    Submitted by: Paul Osborne <paul.osborne@???>
---
 src/src/readconf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/src/readconf.c b/src/src/readconf.c
index c2785b7..7f42bb7 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. */