summaryrefslogtreecommitdiff
path: root/src/plymouth.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-07-24 23:22:04 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-07-24 23:22:04 +1200
commit903d7ad1a59c90fc08cb3ed4eb02134657aac0d8 (patch)
treea06773cb6f9c910c1cc69669fe805cf698909b6a /src/plymouth.c
parent9f64be3dec194da56bd55022b3acf5f8c873e577 (diff)
downloadlightdm-git-903d7ad1a59c90fc08cb3ed4eb02134657aac0d8.tar.gz
Move Plymouth code out of XServerLocal
Diffstat (limited to 'src/plymouth.c')
-rw-r--r--src/plymouth.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plymouth.c b/src/plymouth.c
index 40626806..aefb81a9 100644
--- a/src/plymouth.c
+++ b/src/plymouth.c
@@ -83,6 +83,7 @@ plymouth_has_active_vt (void)
void
plymouth_deactivate (void)
{
+ g_debug ("Deactivating Plymouth");
is_active = FALSE;
plymouth_run_command ("deactivate", NULL);
}
@@ -90,6 +91,11 @@ plymouth_deactivate (void)
void
plymouth_quit (gboolean retain_splash)
{
+ if (retain_splash)
+ g_debug ("Quitting Plymouth; retaining splash");
+ else
+ g_debug ("Quitting Plymouth");
+
have_pinged = TRUE;
is_running = FALSE;
if (retain_splash)