diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 21:19:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 21:19:34 +0000 |
commit | dbe4233b865c18cb57be0de0e2a2737695b6595f (patch) | |
tree | 07d1a377d374d34a7d62bedd1079e59141db7342 /fetchmail.c | |
parent | db4c2f142f6bcf0007680349699713722d82f0a9 (diff) | |
download | fetchmail-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.c | 3 |
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 */ } |