aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 5244ac08..60e03ffe 100644
--- a/driver.c
+++ b/driver.c
@@ -2420,9 +2420,9 @@ is restored."));
char *stem;
if (phase == FORWARDING_WAIT || phase == LISTENER_WAIT)
- stem = _("%s error while fetching from %s\n");
- else
stem = _("%s error while delivering to SMTP host %s\n");
+ else
+ stem = _("%s error while fetching from %s\n");
report(stderr, stem, msg, ctl->server.pollname);
}