mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 19:57:46 +00:00
[border-agent] log the listening port (#7768)
This commit is contained in:
@@ -588,7 +588,7 @@ void BorderAgent::Start(void)
|
||||
mState = kStateStarted;
|
||||
mUdpProxyPort = 0;
|
||||
|
||||
LogInfo("Border Agent start listening on port %d", kBorderAgentUdpPort);
|
||||
LogInfo("Border Agent start listening on port %u", GetUdpPort());
|
||||
|
||||
exit:
|
||||
if (error != kErrorNone)
|
||||
|
||||
Reference in New Issue
Block a user