fix logging of sync action executions

This commit is contained in:
Michael Zanetti 2014-12-30 02:10:46 +01:00 committed by Michael Zanetti
parent 8f4b3fefc4
commit baf0884a59

View File

@ -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);
}
}