aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.c4
1 files changed, 1 insertions, 3 deletions
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)