Avoid g_log_set_always_fatal() for the FUSE client.
[captive.git] / src / client / fuse / main.c
index 3ed51e8..488d547 100644 (file)
@@ -146,11 +146,9 @@ char **sp;
 }
 #endif
 
-       g_log_set_always_fatal(~(0
-                       |G_LOG_LEVEL_MESSAGE
-                       |G_LOG_LEVEL_INFO
-                       |G_LOG_LEVEL_DEBUG
-                       ));
+       /* Do not set g_log_set_always_fatal() here as we would not be able
+        * to restart failed children due to communication-failure alarms.
+        */
 
        captive_standalone_init();