aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-11 18:00:59 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-11 18:00:59 +0000
commit2947cfe366b24951aa82199f78c6a9d7f1a7230b (patch)
tree50669cf05deac6a36e2888aa7cde3d1f339fd518 /driver.c
parent92aafe12f8d116284a5431aa49280d5174c5936a (diff)
downloadfetchmail-2947cfe366b24951aa82199f78c6a9d7f1a7230b.tar.gz
fetchmail-2947cfe366b24951aa82199f78c6a9d7f1a7230b.tar.bz2
fetchmail-2947cfe366b24951aa82199f78c6a9d7f1a7230b.zip
Fixed a spurious message.
svn path=/trunk/; revision=1328
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 33d245e9..7a8bf2d9 100644
--- a/driver.c
+++ b/driver.c
@@ -1497,7 +1497,7 @@ const struct method *proto; /* protocol method table */
(void) sprintf(buf, "%s@%s", ctl->remotename, realname);
if (outlevel > O_SILENT)
if (count == -1) /* only used for ETRN */
- error(0, 0, "Polling %s", buf);
+ error(0, 0, "Polling %s", realname);
else if (count == 0)
{
/* these are pointless in normal daemon mode */