- fix logging - too much different subsystem names were used

This commit is contained in:
2026-03-09 15:27:55 +03:00
parent e07654e2bc
commit 06e8bf0b5d
38 changed files with 40 additions and 42 deletions

View File

@@ -11,7 +11,7 @@
#include <stdio.h>
using namespace ice;
#define LOG_SUBSYSTEM "ICE"
#define LOG_SUBSYSTEM "ice"
CandidatePair::CandidatePair()
:mPriority(0), mState(CandidatePair::Frozen), mControlledIndex(0), mControllingIndex(1),
mNomination(Nomination_None), mRole(Regular), mTransaction(NULL)