diff options
-rw-r--r-- | src/daemon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 804af85..61632b0 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -1755,7 +1755,7 @@ int main(int argc, char** argv) gboolean res; guint request_name_result; - g_log_set_always_fatal(G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL); + g_log_set_always_fatal(G_LOG_LEVEL_CRITICAL); gtk_init(&argc, &argv); |