diff --git a/src/minisatip.c b/src/minisatip.c index f8a9a1eddb..c9e66e0eb9 100644 --- a/src/minisatip.c +++ b/src/minisatip.c @@ -1889,6 +1889,7 @@ int main(int argc, char *argv[]) { } if (opts.daemon) becomeDaemon(); + LOG("Running mode: %s", opts.daemon ? "background" : "foreground"); if (opts.slog) openlog(app_name, LOG_NDELAY | LOG_NOWAIT | LOG_PID |