From 2f427535c637279de022ceb5690690ff0e234b52 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Mar 2026 17:54:20 +0800 Subject: format/pack/ingest: Call it writeProgressf TODO: Check for how flushing works --- format/pack/ingest/progress_write.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format/pack/ingest/progress_write.go') diff --git a/format/pack/ingest/progress_write.go b/format/pack/ingest/progress_write.go index f372f9d0..5b9f184b 100644 --- a/format/pack/ingest/progress_write.go +++ b/format/pack/ingest/progress_write.go @@ -2,7 +2,7 @@ package ingest import "codeberg.org/lindenii/furgit/internal/utils" -func writeProgress(state *ingestState, format string, args ...any) { +func writeProgressf(state *ingestState, format string, args ...any) { utils.BestEffortFprintf(state.opts.Progress, format, args...) if state.opts.ProgressFlush != nil { -- cgit v1.3.1-10-gc9f91