aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 16:16:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 16:16:32 +0000
commitddf94181b5b0a7ceac8e2ad70bf721ab342e7a70 (patch)
treec2cd1c8153a466e5aa82f928fb8619c095a54972 /driver.c
parent06f2d3723344a4b6e7f68d1be88a530bfa9ee0bd (diff)
downloadfetchmail-ddf94181b5b0a7ceac8e2ad70bf721ab342e7a70.tar.gz
fetchmail-ddf94181b5b0a7ceac8e2ad70bf721ab342e7a70.tar.bz2
fetchmail-ddf94181b5b0a7ceac8e2ad70bf721ab342e7a70.zip
Message fix.
svn path=/trunk/; revision=264
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 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);
}