]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Don't make hang ups on terminal fd fatal
authorRay Strode <rstrode@redhat.com>
Mon, 10 Nov 2008 16:00:24 +0000 (11:00 -0500)
committerRay Strode <rstrode@redhat.com>
Mon, 10 Nov 2008 16:12:29 +0000 (11:12 -0500)
We get them when redirecting the console, etc,
so let's just log them for now.

src/main.c

index d4286fcb65c25c21012748d1fd64f960ae94c1a0..5502166adaba0387de7e901f576c6e576b1667cc 100644 (file)
@@ -89,10 +89,7 @@ on_session_output (state_t    *state,
 static void
 on_session_finished (state_t *state)
 {
-  ply_log ("\nSession finished...exiting logger\n");
-  ply_flush_log ();
-  ply_free_log ();
-  ply_event_loop_exit (state->loop, 1);
+  ply_trace ("got hang up on terminal session fd");
 }
 
 static void