ac8676
diff --git a/logging.c b/logging.c
ac8676
index 99671b4..c4461f7 100644
ac8676
--- a/logging.c
ac8676
+++ b/logging.c
ac8676
@@ -32,7 +32,7 @@ vsf_log_init(struct vsf_session* p_sess)
ac8676
 {
ac8676
   if (tunable_syslog_enable || tunable_tcp_wrappers)
ac8676
   {
ac8676
-    vsf_sysutil_openlog(1);
ac8676
+    vsf_sysutil_openlog(0);
ac8676
   }
ac8676
   if (!tunable_xferlog_enable && !tunable_dual_log_enable)
ac8676
   {