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

View File

@ -388,7 +388,7 @@ void controller::process_inputdata() {
} }
try { 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) { if (m_command) {
m_log.warn("Terminating previous shell command"); m_log.warn("Terminating previous shell command");