From 6c1df37bf15ce8602bd8a997d89e21c6e21d8b0d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 May 1998 13:31:52 +0000 Subject: user error(), not syslog. svn path=/trunk/; revision=1865 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') 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 */ } -- cgit v1.2.3