aboutsummaryrefslogtreecommitdiff
path: root/pc/rtcp_mux_filter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pc/rtcp_mux_filter.cc')
-rw-r--r--pc/rtcp_mux_filter.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pc/rtcp_mux_filter.cc b/pc/rtcp_mux_filter.cc
index a8cf717b28..62adea2243 100644
--- a/pc/rtcp_mux_filter.cc
+++ b/pc/rtcp_mux_filter.cc
@@ -91,7 +91,8 @@ bool RtcpMuxFilter::SetAnswer(bool answer_enable, ContentSource src) {
}
if (!ExpectAnswer(src)) {
- RTC_LOG(LS_ERROR) << "Invalid state for RTCP mux answer";
+ RTC_LOG(LS_ERROR) << "Invalid state for RTCP mux answer, state is "
+ << state_ << ", source is " << src;
return false;
}