[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:
Stefan Agner
2026-05-13 16:24:45 +02:00
committed by GitHub
parent 01006d241f
commit 2cb137fabf
+1 -1
View File
@@ -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)
{