Loglevel info for "No matching input area" (#1059)

This commit is contained in:
Florian Brinker 2018-02-27 17:45:24 +01:00 committed by Patrick Ziegler
parent f2bc6d1844
commit 692e6d9b4a
1 changed files with 1 additions and 1 deletions

View File

@ -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<int>(m_buttonpress_btn));
m_log.info("No matching input area found (btn=%i)", static_cast<int>(m_buttonpress_btn));
};
const auto check_double = [&](string&& id, mousebtn&& btn) {