mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-04 15:40:25 +01:00
launcher: Remove left-over debug logging
This commit is contained in:
parent
d58e395bf2
commit
74b0d72817
1 changed files with 2 additions and 5 deletions
|
|
@ -289,11 +289,8 @@ setup_tty(struct weston_launcher *launcher, int tty)
|
|||
goto err_close;
|
||||
}
|
||||
|
||||
ret = ioctl(launcher->tty, VT_ACTIVATE, minor(buf.st_rdev));
|
||||
weston_log("VT_ACTIVATE ret=%d, %m vt\n", ret);
|
||||
|
||||
ret = ioctl(launcher->tty, VT_WAITACTIVE, minor(buf.st_rdev));
|
||||
weston_log("VT_WAITACTIVE ret=%d, %m vt\n", ret);
|
||||
ioctl(launcher->tty, VT_ACTIVATE, minor(buf.st_rdev));
|
||||
ioctl(launcher->tty, VT_WAITACTIVE, minor(buf.st_rdev));
|
||||
|
||||
if (ioctl(launcher->tty, KDGKBMODE, &launcher->kb_mode)) {
|
||||
weston_log("failed to read keyboard mode: %m\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue