From 9ffb317cf9d64a5f883f654d1d5d9466b0937d4f Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 22 Apr 2021 15:21:56 +0200 Subject: passt: Don't unconditionally disable forking to background ...I left this there by mistake while debugging the debug stuff. Signed-off-by: Stefano Brivio --- passt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3