From 08dbab9daaa06dec7db04f9f39cbabea5ce3b9de Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 25 Sep 2023 17:48:30 +0200 Subject: [PATCH] another missing small tweak --- linux/payload/PlocMpsocHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {