mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
RTC: 删除过多stun包日志
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user