aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
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 */
}