We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31480b commit d9de77dCopy full SHA for d9de77d
1 file changed
worker/src/RTC/SCTP/rx/DataTracker.cpp
@@ -327,7 +327,11 @@ namespace RTC
327
UpdateAckState(AckState::IMMEDIATE, "delayed ack timer expired");
328
}
329
330
+#if MS_LOG_DEV_LEVEL == 3
331
void DataTracker::UpdateAckState(AckState newAckState, std::string_view reason)
332
+#else
333
+ void DataTracker::UpdateAckState(AckState newAckState, std::string_view /*reason*/)
334
+#endif
335
{
336
MS_TRACE();
337
0 commit comments