commit | 91d91c730b88734f533e3c1c714e6c1e9b3ff61e | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Mar 20 20:47:26 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 20 20:47:27 2015 +0000 |
tree | cf4c1aa4f34804790dd253415b8f91658c127603 | |
parent | 008b638ef2cec49a99ba30e5b6ce9cd50f9904da [diff] | |
parent | 64ae0a0c6501bc7e6094317dc75a3c5317b3fa81 [diff] |
Merge "logd: statistics: missing comma"
diff --git a/logd/LogStatistics.cpp b/logd/LogStatistics.cpp index 19d599c..accd660 100644 --- a/logd/LogStatistics.cpp +++ b/logd/LogStatistics.cpp
@@ -154,7 +154,7 @@ static const size_t total_len = 70; output.appendFormat("%s%*s\n", name.string(), - (int)std::max(total_len - name.length() - 1, size.length() + 1) + (int)std::max(total_len - name.length() - 1, size.length() + 1), size.string()); }