diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-02 13:22:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-02 13:22:12 +0000 |
commit | 537a4f8192efacc90f3e1defa49f7406e48e058a (patch) | |
tree | 9e91a112251eddd2ed15254a2d33d88a26aad4c7 | |
parent | 5048706ef5ab53035ba3ce57db94d0fb280ac5e2 (diff) | |
download | fetchmail-537a4f8192efacc90f3e1defa49f7406e48e058a.tar.gz fetchmail-537a4f8192efacc90f3e1defa49f7406e48e058a.tar.bz2 fetchmail-537a4f8192efacc90f3e1defa49f7406e48e058a.zip |
Banish syslog.
svn path=/trunk/; revision=1868
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |