From 97af3b28e935b786e61d46df1a0d73fd4c9a4eba Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 21 Oct 1997 00:30:10 +0000 Subject: Narrow the error() interface. svn path=/trunk/; revision=1526 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index c6e3120b..4fde4363 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -167,7 +167,7 @@ int main (int argc, char **argv) if (logfile) printf("Logfile is %s\n", logfile); #if defined(HAVE_SYSLOG) - if (use_syslog) + if (errors_to_syslog) printf("Progress messages will be logged via syslog\n"); #endif if (use_invisible) @@ -321,7 +321,7 @@ int main (int argc, char **argv) * Maybe time to go to demon mode... */ #if defined(HAVE_SYSLOG) - if (use_syslog) + if (errors_to_syslog) openlog(program_name, LOG_PID, LOG_MAIL); #endif -- cgit v1.2.3