Skip to content

Commit

Permalink
sync repos, 1 file had a 1 char diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Sep 17, 2015
1 parent 424c792 commit a1dd5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reporting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void ProgressReporter::logProgress(int64_t effectiveDataBytes, int progress,
double averageThroughput,
double currentThroughput) {
LOG(INFO) << "wdt transfer progress " << (effectiveDataBytes / kMbToB)
<< " Mb ,completed " << progress << "%, Average throughput "
<< " Mb, completed " << progress << "%, Average throughput "
<< averageThroughput << " Mbps, Recent throughput "
<< currentThroughput << "Mbps.";
}
Expand Down

0 comments on commit a1dd5fd

Please sign in to comment.