aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 20ef0d03..6d2227c7 100644
--- a/driver.c
+++ b/driver.c
@@ -819,5 +819,5 @@ void
alarm_handler (int signal)
{
alarmed = 1;
- fprintf(stderr,"Timeout after %d seconds.\n", timeout);
+ fprintf(stderr,"fetchmail: timeout after %d seconds.\n", timeout);
}