aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 2dfbd910..e8f6d03f 100644
--- a/driver.c
+++ b/driver.c
@@ -1505,7 +1505,7 @@ const int maxfetch; /* maximum number of messages to fetch */
ctl->mda ? "MDA" : "SMTP");
else if (phase == LISTENER_WAIT)
report(stdout,
- _("timeout after %d seconds waiting for listener to respond.\n"));
+ _("timeout after %d seconds waiting for listener to respond.\n", ctl->server.timeout));
else
report(stdout,
_("timeout after %d seconds.\n"), ctl->server.timeout);