]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[window] Don't force text mode if debugging is on
authorRay Strode <rstrode@redhat.com>
Tue, 5 May 2009 17:48:05 +0000 (13:48 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 20 May 2009 21:27:52 +0000 (17:27 -0400)
It's not that much more work to hit ctrl-t, and now
that we log messages to plymouth-crash.log it's a lot
less useful to see them on screen.

src/libplybootsplash/ply-window.c

index 4e383b03f459e0e9cf4146b6c0407d4cc31a6646..8a1268150488e31df046f89a770887723687d746 100644 (file)
@@ -628,9 +628,6 @@ ply_window_set_mode (ply_window_t      *window,
   assert (window != NULL);
   assert (mode == PLY_WINDOW_MODE_TEXT || mode == PLY_WINDOW_MODE_GRAPHICS);
 
-  if (ply_is_tracing ())
-    window->should_force_text_mode = true;
-
   switch (mode)
     {
       case PLY_WINDOW_MODE_TEXT: