Avoid g_log_set_always_fatal() for the FUSE client.
authorlace <>
Sun, 22 Jan 2006 11:24:00 +0000 (11:24 +0000)
committerlace <>
Sun, 22 Jan 2006 11:24:00 +0000 (11:24 +0000)
 - It should fix restarting of children on any sandbox failure.

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