fix logging of sync action executions
This commit is contained in:
parent
8f4b3fefc4
commit
baf0884a59
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user