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);