From 8af9f33de0858698daba73aebab4b6dc3279a231 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 May 1997 07:42:14 +0000 Subject: Remove bad message. svn path=/trunk/; revision=989 --- fetchmail.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index c311bad0..fefa06d6 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -909,9 +909,7 @@ void dump_params (struct query *ctl) for (idp = ctl->localnames; idp; idp = idp->next) ++count; - printf(" %d local name(s) recognized%s.\n", - count, - (count == 1 && !strcmp(ctl->localnames->id, user)) ? " (by default)" : ""); + printf(" %d local name(s) recognized.\n", count); if (outlevel == O_VERBOSE) { for (idp = ctl->localnames; idp; idp = idp->next) -- cgit v1.2.3