Skip to content

Commit

Permalink
Use MS_WARN_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 22, 2024
1 parent be5422d commit 82efb1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worker/src/RTC/DtlsTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,8 @@ namespace RTC
}
else
{
MS_WARN_DEV(
MS_WARN_TAG(
dtls,
"data to be sent is longer than DTLS MTU, fragmenting it [len:%" PRIi64 ", DtlsMtu:%i]",
read,
DtlsMtu);
Expand Down

0 comments on commit 82efb1a

Please sign in to comment.