summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/seat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/seat.c b/src/seat.c
index 9a56baf2..fbb19949 100644
--- a/src/seat.c
+++ b/src/seat.c
@@ -1540,6 +1540,8 @@ seat_lock (Seat *seat, const gchar *username)
if (!seat_get_can_switch (seat))
return FALSE;
+ // FIXME: If already locked then don't bother...
+
l_debug (seat, "Locking");
/* Switch to greeter we can reuse */