This commit is contained in:
parent
0d0a98220a
commit
a2246f9d3d
@ -1223,14 +1223,14 @@ void PlocMpsocHandler::dataReceived(ActionId_t actionId, const uint8_t* data, ui
|
||||
|
||||
void PlocMpsocHandler::completionSuccessfulReceived(ActionId_t actionId) {
|
||||
if (actionId != supv::EXE_REPORT) {
|
||||
sif::warning << "PlocMPSoCHandler::completionSuccessfulReceived: Did not expect this action "
|
||||
sif::warning << "PlocMPSoCHandler::completionSuccessfulReceived: Did not expect the action "
|
||||
<< "ID " << actionId << std::endl;
|
||||
return;
|
||||
}
|
||||
switch (powerState) {
|
||||
case PowerState::PENDING_STARTUP:
|
||||
case PowerState::PENDING_SHUTDOWN: {
|
||||
// sif::debug << "power switching done" << std::endl;
|
||||
sif::debug << "power switching done" << std::endl;
|
||||
powerState = PowerState::DONE;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user