diff --git a/internal/statistics/statistics.go b/internal/statistics/statistics.go index 17d3188..1d22a8e 100644 --- a/internal/statistics/statistics.go +++ b/internal/statistics/statistics.go @@ -34,7 +34,7 @@ func Init() { continue } if rdbFileSize > rdbReceivedSize { - log.Infof("receiving rdb. percent=[%.2f]%, rdbFileSize=[%.3f]G, rdbReceivedSize=[%.3f]G", + log.Infof("receiving rdb. percent=[%.2f]%%, rdbFileSize=[%.3f]G, rdbReceivedSize=[%.3f]G", float64(rdbReceivedSize)/float64(rdbFileSize)*100, float64(rdbFileSize)/1024/1024/1024, float64(rdbReceivedSize)/1024/1024/1024)