mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[mesh-forwarder] lower log level on missing priority (#11062)
It seems that frames which are received through TREL do not have a priority field. This creates quite some log noise when having notice log level enabled. Lower this log entry to debug level.
This commit is contained in:
@@ -827,7 +827,7 @@ void MeshForwarder::GetForwardFramePriority(RxInfo &aRxInfo, Message::Priority &
|
||||
error = GetFramePriority(aRxInfo, aPriority);
|
||||
|
||||
exit:
|
||||
LogInfoOnError(error, "get forwarded frame priority %s", aRxInfo.ToString().AsCString());
|
||||
LogDebgOnError(error, "get forwarded frame priority %s", aRxInfo.ToString().AsCString());
|
||||
|
||||
if ((error == kErrorNone) && isFragment)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user