Tweaks for MPSoC startup and shutdown code #796

Merged
meggert merged 12 commits from mpsoc-tweaks into main 2023-09-27 11:32:31 +02:00
Showing only changes of commit 08dbab9daa - Show all commits

View File

@ -1455,8 +1455,8 @@ void PlocMpsocHandler::handleActionCommandFailure(ActionId_t actionId) {
case supv::EXE_REPORT:
break;
default:
sif::debug << "PlocMPSoCHandler::handleActionCommandFailure: Did not expect the action ID "
<< std::endl;
sif::warning << "PlocMPSoCHandler::handleActionCommandFailure: Did not expect the action ID "
<< actionId << std::endl;
return;
}
switch (powerState) {