summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-08-14 21:30:43 -0400
committerMichael Terry <michael.terry@canonical.com>2013-08-14 21:30:43 -0400
commitf0b3188d73adef784ae71f4e4f745cf6e63ceab3 (patch)
tree6044118f295c4e6697e5088450424336bb67d3a7
parent7f39059472a4c99bd11a906769f21c86621d7413 (diff)
downloadlightdm-f0b3188d73adef784ae71f4e4f745cf6e63ceab3.tar.gz
Fix compile error
-rw-r--r--src/seat-unity.c1
1 files changed, 1 insertions, 0 deletions
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");
}
}