From: lace <> Date: Sun, 22 Jan 2006 11:24:00 +0000 (+0000) Subject: Avoid g_log_set_always_fatal() for the FUSE client. X-Git-Tag: captive-1_1_7~15 X-Git-Url: https://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=15736d2bd542588c873a156a3d7eefe5efa729e6 Avoid g_log_set_always_fatal() for the FUSE client. - It should fix restarting of children on any sandbox failure. --- diff --git a/src/client/fuse/main.c b/src/client/fuse/main.c index 3ed51e8..488d547 100644 --- a/src/client/fuse/main.c +++ b/src/client/fuse/main.c @@ -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();