mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 09:57:47 +00:00
[logging] optimize dump log for multicast routing manager (#6671)
This commit is contained in:
@@ -434,7 +434,7 @@ const char *MulticastRoutingManager::MifIndexToString(MifIndex aMif)
|
||||
|
||||
void MulticastRoutingManager::DumpMulticastForwardingCache(void) const
|
||||
{
|
||||
#if OPENTHREAD_CONFIG_LOG_LEVEL >= OT_LOG_LEVEL_DEBG
|
||||
#if OPENTHREAD_CONFIG_LOG_PLATFORM && OPENTHREAD_CONFIG_LOG_LEVEL >= OT_LOG_LEVEL_DEBG
|
||||
otLogDebgPlat("MulticastRoutingManager: ==================== MFC ENTRIES ====================");
|
||||
|
||||
for (const MulticastForwardingCache &mfc : mMulticastForwardingCacheTable)
|
||||
|
||||
Reference in New Issue
Block a user