diff --git a/server/guhcore.cpp b/server/guhcore.cpp index 5846a9f5..a3206788 100644 --- a/server/guhcore.cpp +++ b/server/guhcore.cpp @@ -383,6 +383,7 @@ void GuhCore::gotEvent(const Event &event) default: qDebug() << "Error executing action:" << status; } + m_logger->logAction(action, status == DeviceManager::DeviceErrorNoError ? Logging::LoggingLevelInfo : Logging::LoggingLevelAlert, status); } }