From: Michael Terry Date: Thu, 15 Aug 2013 01:30:43 +0000 (-0400) Subject: Fix compile error X-Git-Url: http://rtime.felk.cvut.cz/gitweb/sojka/lightdm.git/commitdiff_plain/89ffe1133b44e67ad3ab84f1fc227973efa12ead?hp=d2353cb3946792c5881712338e057983bd05e784 Fix compile error --- diff --git a/src/seat-unity.c b/src/seat-unity.c index 7005346d..25654cc8 100644 --- a/src/seat-unity.c +++ b/src/seat-unity.c @@ -543,6 +543,7 @@ seat_unity_set_next_session (Seat *seat, Session *session) write_message (SEAT_UNITY (seat), USC_MESSAGE_SET_NEXT_SESSION, (const guint8 *) id, strlen (id)); } else + { g_warning ("Failed to work out session ID to mark"); } }