remove percent

This commit is contained in:
Konstantin Lebedev
2022-08-01 20:40:38 +05:00
parent 78cbd8002f
commit 5209ebbeef
4 changed files with 7 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ func (t *Topology) batchVacuumVolumeCompact(grpcDialOption grpc.DialOption, vl *
return recvErr
}
}
glog.V(0).Infof("%d vacuum %d on %s processed %d bytes, loadAvg %v%%",
glog.V(0).Infof("%d vacuum %d on %s processed %d bytes, loadAvg %.0f%%",
index, vid, url, resp.ProcessedBytes, resp.PercentLoadAvg_1M)
}
return nil