[log] fix incorrect format strings (#8255)

This commit is contained in:
Abtin Keshavarzian
2022-10-07 21:51:06 -07:00
committed by GitHub
parent b0266bc00e
commit 4a0d069ee8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ void DuaManager::HandleTmf<kUriDuaRegistrationNotify>(Coap::Message &aMessage, c
exit:
OT_UNUSED_VARIABLE(error);
LogInfo("Received DUA.ntf: %d", ErrorToString(error));
LogInfo("Received DUA.ntf: %s", ErrorToString(error));
}
Error DuaManager::ProcessDuaResponse(Coap::Message &aMessage)