diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-19 08:57:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-19 08:57:49 +0000 |
commit | 88ea1d7a33c581217c0d4a4edcaf6c87ac4caaf3 (patch) | |
tree | 3e47d951e80de79f62248d81d58fce814935bd02 | |
parent | c0a5b6c582df4403f08438e8179eceed4af9eba4 (diff) | |
download | fetchmail-88ea1d7a33c581217c0d4a4edcaf6c87ac4caaf3.tar.gz fetchmail-88ea1d7a33c581217c0d4a4edcaf6c87ac4caaf3.tar.bz2 fetchmail-88ea1d7a33c581217c0d4a4edcaf6c87ac4caaf3.zip |
Improved error message.
svn path=/trunk/; revision=662
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1156,7 +1156,7 @@ const struct method *proto; /* protocol method table */ } if (ok==PS_SOCKET || ok==PS_AUTHFAIL || ok==PS_SYNTAX || ok==PS_IOERR || ok==PS_ERROR || ok==PS_PROTOCOL || ok==PS_SMTP) - error(0, 0, "%s error while talking to %s", msg, ctl->servernames->id); + error(0, 0, "%s error while fetching from %s", msg, ctl->servernames->id); closeUp: signal(SIGVTALRM, sigsave); |