mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 15:47:46 +00:00
[log] fix incorrect format strings (#8255)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user