aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-07-17 01:02:56 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-07-17 01:02:56 +0000
commit092f901205c553334b7965c22d4875fa548c5cbf (patch)
tree30f92cb8ca52ab40fe1de15c13862028fae0fbce /driver.c
parent8a6226720dbb281ad0b409b06e182621cc08b241 (diff)
downloadfetchmail-092f901205c553334b7965c22d4875fa548c5cbf.tar.gz
fetchmail-092f901205c553334b7965c22d4875fa548c5cbf.tar.bz2
fetchmail-092f901205c553334b7965c22d4875fa548c5cbf.zip
More explicit error message.
svn path=/trunk/; revision=3815
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 50596490..0fcde02c 100644
--- a/driver.c
+++ b/driver.c
@@ -920,8 +920,8 @@ const int maxfetch; /* maximum number of messages to fetch */
if (namerec == (struct hostent *)NULL)
{
report(stderr,
- GT_("couldn't find canonical DNS name of %s\n"),
- ctl->server.pollname);
+ GT_("couldn't find canonical DNS name of %s (%s)\n"),
+ ctl->server.pollname, ctl->server.queryname);
err = PS_DNS;
set_timeout(0);
phase = oldphase;