slightly better printout
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-09-25 15:17:09 +02:00
parent 78a7b29f8b
commit 35fd2c72d8

View File

@ -1271,8 +1271,8 @@ void PlocMpsocHandler::dataReceived(ActionId_t actionId, const uint8_t* data, ui
void PlocMpsocHandler::completionSuccessfulReceived(ActionId_t actionId) {
if (actionId != supv::EXE_REPORT) {
sif::debug << "PlocMPSoCHandler::completionSuccessfulReceived: Did not expect this action "
<< "ID" << std::endl;
sif::warning << "PlocMPSoCHandler::completionSuccessfulReceived: Did not expect this action "
<< "ID " << actionId << std::endl;
return;
}
switch (powerState) {