From ea97b2618fb8e7ab84710c69f5a140b3ec3978e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Bida?= Date: Mon, 16 Dec 2024 10:10:45 +0100 Subject: [PATCH] Update modules/openthread/platform/diag.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maciej BaczmaƄski --- modules/openthread/platform/diag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openthread/platform/diag.c b/modules/openthread/platform/diag.c index f480c8d8f26190a..01144846d99434e 100644 --- a/modules/openthread/platform/diag.c +++ b/modules/openthread/platform/diag.c @@ -458,8 +458,8 @@ static otError processTransmit(otInstance *aInstance, uint8_t aArgsLength, char } sTxRequestedCount = (uint32_t)(value); - diag_output("set diagnostic messages count to %" PRId32 "\r\nstatus 0x%02x\r\n", - sTxRequestedCount, error); + diag_output("set diagnostic messages count to %" PRId32 "\r\n", + sTxRequestedCount); } else { return OT_ERROR_INVALID_ARGS; }