controller: Lower verbosity of uncaught event msg

This commit is contained in:
Michael Carlberg 2017-01-14 00:34:35 +01:00
parent dacf36b981
commit 480c2cb44b
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ void controller::process_inputdata() {
}
try {
m_log.warn("Uncaught input event, forwarding to shell... (input: %s)", cmd);
m_log.info("Uncaught input event, forwarding to shell... (input: %s)", cmd);
if (m_command) {
m_log.warn("Terminating previous shell command");