X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.c;h=197138c4e0ebe2a84a09630d4ede3cafc966e7e0;hb=4d858e7d9f39038713f760d7acc64acf7bba2aa7;hp=8eb5e3ee0a58d72d4f261fb3798a424c8144621c;hpb=da927ba997d68401563b927f92e6e40e021a8e5c;p=elogind.git diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c index 8eb5e3ee0..197138c4e 100644 --- a/src/login/logind-seat.c +++ b/src/login/logind-seat.c @@ -201,7 +201,7 @@ int seat_preallocate_vts(Seat *s) { q = vt_allocate(i); if (q < 0) { - log_error_errno(q, "Failed to preallocate VT %i: %m", i); + log_error_errno(q, "Failed to preallocate VT %u: %m", i); r = q; } }