aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
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 */