Skip to content

Commit 2f357bb

Browse files
committed
fix a debug print
1 parent 01b4e4a commit 2f357bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/estimator/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ func (p *Profiler) EstimateTime(ctx context.Context) (string, error) {
498498

499499
est.SetRealReadRatio(realReadsRatio)
500500

501-
log.Dbg(fmt.Sprintf("Start: %d, after: %d, delta: %f.6", p.startReadBlocks, afterReads, deltaBlocks))
501+
log.Dbg(fmt.Sprintf("Start: %d, after: %d, delta: %.8f", p.startReadBlocks, afterReads, deltaBlocks))
502502
log.Dbg(fmt.Sprintf("Real read ratio: %v", realReadsRatio))
503503
}
504504

0 commit comments

Comments
 (0)