aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-05-13 07:42:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-05-13 07:42:14 +0000
commit8af9f33de0858698daba73aebab4b6dc3279a231 (patch)
tree1a43ea55db7361c60395105eb8c8a5e6073bd818 /fetchmail.c
parentb11b996ab664a8f09b63c1352400ba227cb93253 (diff)
downloadfetchmail-8af9f33de0858698daba73aebab4b6dc3279a231.tar.gz
fetchmail-8af9f33de0858698daba73aebab4b6dc3279a231.tar.bz2
fetchmail-8af9f33de0858698daba73aebab4b6dc3279a231.zip
Remove bad message.
svn path=/trunk/; revision=989
Diffstat (limited to 'fetchmail.c')
-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)