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() << ", "; ss << "jitterBufferEmittedCount: " << jitter_buffer_emitted_count << ", "; ss << "jitterBufferMinimumDelay: " - << jitter_buffer_minimum_delay.seconds(); + << jitter_buffer_minimum_delay.seconds() << ", "; ss << "totalDecodeTime: " << total_decode_time.seconds() << ", "; ss << "totalProcessingDelay: " << total_processing_delay.seconds() << ", ";