From 35fd2c72d8e602a9c57ae091d27f7df9b63ed429 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 25 Sep 2023 15:17:09 +0200 Subject: [PATCH] slightly better printout --- 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 cdf59c52..4cae65dd 100644 --- a/linux/payload/PlocMpsocHandler.cpp +++ b/linux/payload/PlocMpsocHandler.cpp @@ -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) {