diff options
-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) |