diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:16:32 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:16:32 +0000 |
commit | ddf94181b5b0a7ceac8e2ad70bf721ab342e7a70 (patch) | |
tree | c2cd1c8153a466e5aa82f928fb8619c095a54972 /driver.c | |
parent | 06f2d3723344a4b6e7f68d1be88a530bfa9ee0bd (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |