kbd-dumb: fix log_warning -> log_warn
We recently moved log_warning to log_warn and I forgot to fix it when merging the kbd-dumb backend. Fix this now. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
647d666da3
commit
beb4301830
@ -120,4 +120,3 @@ fi
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT([src/genshader.c])
|
||||
AC_OUTPUT
|
||||
|
@ -343,7 +343,7 @@ void kmscon_kbd_reset(struct kmscon_kbd *kbd, int evdev_fd)
|
||||
errno = 0;
|
||||
ioctl(evdev_fd, EVIOCGLED(sizeof(leds)), &leds);
|
||||
if (errno) {
|
||||
log_warning("kbd-dumb: cannot discover modifiers state: %m\n");
|
||||
log_warn("kbd-dumb: cannot discover modifiers state: %m\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user