From 537a4f8192efacc90f3e1defa49f7406e48e058a Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Tue, 2 Jun 1998 13:22:12 +0000
Subject: Banish syslog.

svn path=/trunk/; revision=1868
---
 fetchmail.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'fetchmail.c')

diff --git a/fetchmail.c b/fetchmail.c
index f0fb701a..ed3c32ff 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -527,7 +527,7 @@ int main (int argc, char **argv)
 #endif  /* POP3_ENABLE */
 		}
 		else
-		    syslog(LOG_INFO,"Query status=%d", querystatus);
+		    error(0, 0, "Query status=%d", querystatus);
 
 #if defined(linux) && !INET6
 		if (ctl->server.monitor)
-- 
cgit v1.2.3