diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-13 07:42:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-13 07:42:14 +0000 |
commit | 8af9f33de0858698daba73aebab4b6dc3279a231 (patch) | |
tree | 1a43ea55db7361c60395105eb8c8a5e6073bd818 /fetchmail.c | |
parent | b11b996ab664a8f09b63c1352400ba227cb93253 (diff) | |
download | fetchmail-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.c | 4 |
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) |