mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
[dua/mlr-manager] refine logs (#6590)
This commit is contained in:
@@ -528,14 +528,16 @@ void DuaManager::PerformNextRegistration(void)
|
||||
Get<DataPollSender>().SendFastPolls();
|
||||
}
|
||||
|
||||
otLogInfoDua("Sent DUA.req for DUA %s", dua.ToString().AsCString());
|
||||
|
||||
exit:
|
||||
if (error == kErrorNoBufs)
|
||||
{
|
||||
UpdateCheckDelay(Mle::kNoBufDelay);
|
||||
}
|
||||
|
||||
otLogInfoDua("PerformNextRegistration: %s", ErrorToString(error));
|
||||
FreeMessageOnError(message, error);
|
||||
otLogInfoDua("Sent DUA.req for DUA %s: %s", dua.ToString().AsCString(), ErrorToString(error));
|
||||
}
|
||||
|
||||
void DuaManager::HandleDuaResponse(Coap::Message *aMessage, const Ip6::MessageInfo *aMessageInfo, Error aResult)
|
||||
@@ -565,7 +567,7 @@ exit:
|
||||
mRegistrationTask.Post();
|
||||
}
|
||||
|
||||
otLogInfoDua("Received DUA.req: %s", ErrorToString(error));
|
||||
otLogInfoDua("Received DUA.rsp: %s", ErrorToString(error));
|
||||
}
|
||||
|
||||
void DuaManager::HandleDuaNotification(Coap::Message &aMessage, const Ip6::MessageInfo &aMessageInfo)
|
||||
|
||||
Reference in New Issue
Block a user