+Debug logging of sandbox_parent_own_orbit_dir_cleanup_atexit() execution.
authorshort <>
Tue, 28 Oct 2003 11:51:38 +0000 (11:51 +0000)
committershort <>
Tue, 28 Oct 2003 11:51:38 +0000 (11:51 +0000)
src/libcaptive/sandbox/split.c

index f6e1dc5..3a42c02 100644 (file)
@@ -372,9 +372,8 @@ static void sandbox_parent_own_orbit_dir_cleanup_atexit(void)
 {
 static gboolean done=FALSE;
 
-       /* Do not: g_log(G_LOG_DOMAIN,G_LOG_LEVEL_DEBUG,"%s; done=%d",G_STRLOC,(int)done);
-        * as any memory allocation is not permitted for atexit functions.
-        */
+       g_log(G_LOG_DOMAIN,G_LOG_LEVEL_DEBUG,"%s; done=%d",G_STRLOC,(int)done);
+
        if (done)
                return;
        done=TRUE;