diff --git a/linux/payload/PlocMpsocHandler.cpp b/linux/payload/PlocMpsocHandler.cpp index 21c1ed62..2421fcaa 100644 --- a/linux/payload/PlocMpsocHandler.cpp +++ b/linux/payload/PlocMpsocHandler.cpp @@ -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) {