Cosmetic: +comment about g_log_set_always_fatal() use by sandbox parent
[captive.git] / src / client / cmdline / main.c
index a9fe5d8..b63e5dc 100644 (file)
@@ -219,6 +219,10 @@ GError *gerr=NULL;
 const char *cmd_cd_root_args[]={"/",NULL};
 struct captive_options options;
 
+       /* Do not set g_log_set_always_fatal() here as we would not be able
+        * to restart failed children due to communication-failure alarms.
+        */
+
        /* Initialize the i18n stuff */
        setlocale(LC_ALL,"");
        bindtextdomain(PACKAGE,LOCALEDIR);