From e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Jan 1999 02:44:58 +0000 Subject: More error message cleanup. svn path=/trunk/; revision=2333 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index f0fd8997..7284477c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -454,11 +454,11 @@ int main (int argc, char **argv) if (run.use_syslog) { openlog(program_name, LOG_PID, LOG_MAIL); - error_init(-1); + report_init(-1); } else #endif - error_init((run.poll_interval == 0 || nodetach) && !run.logfile); + report_init((run.poll_interval == 0 || nodetach) && !run.logfile); if (run.poll_interval) { -- cgit v1.2.3