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 df7bbde..9550c68 100644
--- a/passt.c
+++ b/passt.c
@@ -698,7 +698,7 @@ int main(int argc, char **argv)
exit(EXIT_FAILURE);
}
-#if DEBUG || 1
+#if DEBUG
openlog("passt", LOG_PERROR, LOG_DAEMON);
#else
openlog("passt", 0, LOG_DAEMON);