readconf: clarify a retry rule parsing error message
authorTony Finch <dot@dotat.at>
Fri, 24 May 2013 10:07:46 +0000 (11:07 +0100)
committerTony 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

index c2785b79af1eeeaf4c08625bc8a4cb4ce241bd9b..7f42bb7a97179814cdbbe02713459c52b721557d 100644 (file)
@@ -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. */