From: Tom Clegg Date: Tue, 5 Nov 2019 16:20:56 +0000 (-0500) Subject: 15305: Remove unhelpful comment in log message. X-Git-Tag: 2.0.0~134^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/66b6b6f08f445e56ec299882e8e90b52f4af39e0?ds=sidebyside 15305: Remove unhelpful comment in log message. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/services/keep-balance/balance.go b/services/keep-balance/balance.go index 60c13d8944..1f27bda426 100644 --- a/services/keep-balance/balance.go +++ b/services/keep-balance/balance.go @@ -1026,7 +1026,7 @@ func (bal *Balancer) PrintStatistics() { } func (bal *Balancer) printHistogram(hashColumns int) { - bal.logf("Replication level distribution (counting N replicas on a single server as N):") + bal.logf("Replication level distribution:") maxCount := 0 for _, count := range bal.stats.replHistogram { if maxCount < count {