diff options
-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 */ } |