diff --git a/src/components/bar.cpp b/src/components/bar.cpp index 6e0c304b..cb42ebd4 100644 --- a/src/components/bar.cpp +++ b/src/components/bar.cpp @@ -710,7 +710,7 @@ void bar::handle(const evt::button_press& evt) { return; } } - m_log.warn("No matching input area found (btn=%i)", static_cast(m_buttonpress_btn)); + m_log.info("No matching input area found (btn=%i)", static_cast(m_buttonpress_btn)); }; const auto check_double = [&](string&& id, mousebtn&& btn) {