uterm: input: use shl_llog instead of shl_log
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 16 Mar 2013 13:27:26 +0000 (14:27 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 11:23:26 +0000 (12:23 +0100)
commit37eae950f019903db2556e2c617d34aa69a34e7a
treeee7d87abf83cd6cffc8a030a2521247a516867e0
parent7083e7dbc505ee8ee2ceb2280e46869466396688
uterm: input: use shl_llog instead of shl_log

We should use library-logging in uterm to avoid cluttering stderr for
applications. Hence, use llog instead of log directly.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
src/kmscon_seat.c
src/uterm_input.c
src/uterm_input.h
src/uterm_input_internal.h
src/uterm_input_uxkb.c
tests/test_input.c
tests/test_vt.c