aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_sender/looping_file_sender.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_sender/looping_file_sender.cc')
-rw-r--r--cast/standalone_sender/looping_file_sender.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/standalone_sender/looping_file_sender.cc b/cast/standalone_sender/looping_file_sender.cc
index 2ca986c0..ff9bdd05 100644
--- a/cast/standalone_sender/looping_file_sender.cc
+++ b/cast/standalone_sender/looping_file_sender.cc
@@ -137,8 +137,8 @@ void LoopingFileSender::UpdateStatusOnConsole() {
// there might sometimes be old status lines not getting erased (i.e., just
// partially overwritten).
fprintf(stdout,
- "\r\x1b[2K\rAt %01" PRId64
- ".%03ds in file (est. network bandwidth: %d kbps). ",
+ "\r\x1b[2K\rLoopingFileSender: At %01" PRId64
+ ".%03ds in file (est. network bandwidth: %d kbps). \n",
static_cast<int64_t>(seconds_part.count()),
static_cast<int>(millis_part.count()), bandwidth_estimate_ / 1024);
fflush(stdout);