git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5698f
)
readconf: clarify a retry rule parsing error message
author
Tony Finch
<dot@dotat.at>
Fri, 24 May 2013 10:07:46 +0000
(11:07 +0100)
committer
Tony Finch
<dot@dotat.at>
Fri, 24 May 2013 10:07:46 +0000
(11:07 +0100)
Submitted by: Paul Osborne <paul.osborne@canterbury.ac.uk>
src/src/readconf.c
patch
|
blob
|
history
diff --git
a/src/src/readconf.c
b/src/src/readconf.c
index c2785b79af1eeeaf4c08625bc8a4cb4ce241bd9b..7f42bb7a97179814cdbbe02713459c52b721557d 100644
(file)
--- 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. */