fw-update: Change fw req msg from info to debug
The detailed offset of the current fw request data is using info,
which clutters the journal.
Therefore, these overly detailed messages are changed to debug.
Change-Id: Ieefec7a5a743af9df2b507a8e713735908e53061
Signed-off-by: Eric Yang <eric.yang.wiwynn@gmail.com>
diff --git a/fw-update/device_updater.cpp b/fw-update/device_updater.cpp
index c8f58b1..91217d6 100644
--- a/fw-update/device_updater.cpp
+++ b/fw-update/device_updater.cpp
@@ -397,8 +397,8 @@
const auto& comp = compImageInfos[applicableComponents[componentIndex]];
auto compOffset = std::get<5>(comp);
auto compSize = std::get<6>(comp);
- info("Decoded fw request data at offset '{OFFSET}' and length '{LENGTH}' ",
- "OFFSET", offset, "LENGTH", length);
+ debug("Decoded fw request data at offset '{OFFSET}' and length '{LENGTH}' ",
+ "OFFSET", offset, "LENGTH", length);
if (length < PLDM_FWUP_BASELINE_TRANSFER_SIZE || length > maxTransferSize)
{
rc = encode_request_firmware_data_resp(