summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/login/logind-seat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c
index 9577ff86f4..094fcd668d 100644
--- a/src/login/logind-seat.c
+++ b/src/login/logind-seat.c
@@ -191,14 +191,14 @@ int seat_preallocate_vts(Seat *s) {
assert(s);
assert(s->manager);
- log_debug("Preallocating VTs...");
-
if (s->manager->n_autovts <= 0)
return 0;
if (!seat_has_vts(s))
return 0;
+ log_debug("Preallocating VTs...");
+
for (i = 1; i <= s->manager->n_autovts; i++) {
int q;