aboutgitcodebugslistschat
path: root/passt.c
diff options
context:
space:
mode:
Diffstat (limited to 'passt.c')
-rw-r--r--passt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/passt.c b/passt.c
index 3637e48..2f538e4 100644
--- a/passt.c
+++ b/passt.c
@@ -795,7 +795,7 @@ int main(int argc, char **argv)
}
#if DEBUG
- openlog("passt", LOG_PERROR, LOG_DAEMON);
+ openlog("passt", 0, LOG_DAEMON);
#else
openlog("passt", isatty(fileno(stdout)) ? 0 : LOG_PERROR, LOG_DAEMON);
#endif