diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-11 18:00:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-11 18:00:59 +0000 |
commit | 2947cfe366b24951aa82199f78c6a9d7f1a7230b (patch) | |
tree | 50669cf05deac6a36e2888aa7cde3d1f339fd518 /driver.c | |
parent | 92aafe12f8d116284a5431aa49280d5174c5936a (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |