[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.
icc-effect-5.14.5
Martin Gräßlin 2015-08-21 14:38:57 +02:00
parent f183c6f9df
commit 6b95705f24
1 changed files with 0 additions and 1 deletions

View File

@ -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()