aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index bd6795d2..f0fb701a 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -519,10 +519,10 @@ int main (int argc, char **argv)
/* Save UID list to prevent re-fetch in case fetchmail
recover from crash */
- if (!check_only)
+ if (!check_only && outlevel == O_VERBOSE)
{
write_saved_lists(querylist, run.idfile);
- syslog(LOG_INFO,"Saved UID List");
+ error(0, 0, "fetchmail: saved UID List");
}
#endif /* POP3_ENABLE */
}