mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
RTC: 删除过多stun包日志
This commit is contained in:
parent
a7d6e2ba38
commit
950d957c86
@ -190,10 +190,10 @@ namespace RTC
|
||||
|
||||
#endif
|
||||
|
||||
MS_DEBUG_DEV(
|
||||
"processing STUN Binding Request [Priority:%" PRIu32 ", UseCandidate:%s]",
|
||||
static_cast<uint32_t>(packet->GetPriority()),
|
||||
packet->HasUseCandidate() ? "true" : "false");
|
||||
//MS_DEBUG_DEV(
|
||||
// "processing STUN Binding Request [Priority:%" PRIu32 ", UseCandidate:%s]",
|
||||
// static_cast<uint32_t>(packet->GetPriority()),
|
||||
// packet->HasUseCandidate() ? "true" : "false");
|
||||
|
||||
// Create a success response.
|
||||
RTC::StunPacket* response = packet->CreateSuccessResponse();
|
||||
|
Loading…
Reference in New Issue
Block a user