| Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc
|
| index bcf7e1337840b14af4fed82066432e8ce17ea511..942331318156b6497136c25545fd087c7f5ac1ef 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc
|
| @@ -91,7 +91,7 @@ void Logging::Log(const char format[], ...) {
|
| }
|
|
|
| void Logging::Plot(int figure, double value) {
|
| - Plot(figure, value, "");
|
| + Plot(figure, value, "-");
|
| }
|
|
|
| void Logging::Plot(int figure, double value, const std::string& alg_name) {
|
|
|