readconf: clarify a retry rule parsing error message
[users/jgh/exim.git] / 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. */