aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-20 21:19:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-20 21:19:34 +0000
commitdbe4233b865c18cb57be0de0e2a2737695b6595f (patch)
tree07d1a377d374d34a7d62bedd1079e59141db7342 /fetchmail.c
parentdb4c2f142f6bcf0007680349699713722d82f0a9 (diff)
downloadfetchmail-dbe4233b865c18cb57be0de0e2a2737695b6595f.tar.gz
fetchmail-dbe4233b865c18cb57be0de0e2a2737695b6595f.tar.bz2
fetchmail-dbe4233b865c18cb57be0de0e2a2737695b6595f.zip
Cosmetic fix.
svn path=/trunk/; revision=2005
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 41c59d25..7a86a8f8 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -492,7 +492,8 @@ int main (int argc, char **argv)
if (!check_only && outlevel == O_VERBOSE)
{
write_saved_lists(querylist, run.idfile);
- error(0, 0, "fetchmail: saved UID List");
+ if (outlevel == O_VERBOSE)
+ error(0, 0, "saved UID List");
}
#endif /* POP3_ENABLE */
}