aboutsummaryrefslogtreecommitdiff
path: root/call/video_receive_stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'call/video_receive_stream.cc')
-rw-r--r--call/video_receive_stream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/call/video_receive_stream.cc b/call/video_receive_stream.cc
index 3e2a51322f..8d88ce23c6 100644
--- a/call/video_receive_stream.cc
+++ b/call/video_receive_stream.cc
@@ -84,7 +84,7 @@ std::string VideoReceiveStreamInterface::Stats::ToString(
<< jitter_buffer_target_delay.seconds<double>() << ", ";
ss << "jitterBufferEmittedCount: " << jitter_buffer_emitted_count << ", ";
ss << "jitterBufferMinimumDelay: "
- << jitter_buffer_minimum_delay.seconds<double>();
+ << jitter_buffer_minimum_delay.seconds<double>() << ", ";
ss << "totalDecodeTime: " << total_decode_time.seconds<double>() << ", ";
ss << "totalProcessingDelay: " << total_processing_delay.seconds<double>()
<< ", ";