From 2947cfe366b24951aa82199f78c6a9d7f1a7230b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 11 Sep 1997 18:00:59 +0000 Subject: Fixed a spurious message. svn path=/trunk/; revision=1328 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.c') 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 */ -- cgit v1.2.3