]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Add "closing windows" debug message
authorRay Strode <rstrode@redhat.com>
Mon, 20 Oct 2008 20:47:10 +0000 (16:47 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 20 Oct 2008 20:47:10 +0000 (16:47 -0400)
src/main.c

index 32930fe11fdb1a6b1e022ba72597b35f5da06149..d37c1b01d725f39355c741b3dc258bda4c84fed2 100644 (file)
@@ -335,6 +335,7 @@ on_hide_splash (state_t *state)
       state->boot_splash = NULL;
     }
 
+  ply_trace ("closing windows");
   close_windows (state);
 
   if (state->session != NULL)