[libinput] Don't change default log level
With this change libinput is less noisy and only prints errors to stderr. In addition one could install a dedicated log handler and forward to qCDebug and friends.
This commit is contained in:
parent
f183c6f9df
commit
6b95705f24
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ Context::Context(const Udev &udev)
|
|||
: m_libinput(libinput_udev_create_context(&Context::s_interface, this, udev))
|
||||
, m_suspended(false)
|
||||
{
|
||||
libinput_log_set_priority(m_libinput, LIBINPUT_LOG_PRIORITY_DEBUG);
|
||||
}
|
||||
|
||||
Context::~Context()
|
||||
|
|
Loading…
Reference in a new issue