diff --git a/cmd/gogitlabber/output.go b/cmd/gogitlabber/output.go index 7cef1c0..da13d57 100644 --- a/cmd/gogitlabber/output.go +++ b/cmd/gogitlabber/output.go @@ -43,7 +43,7 @@ func progressBar() { func progressBarAdd(amount int) { logging.Print("BAR: Progressing the bar", nil) if err := bar.Add(amount); err != nil { - logging.Print("ERROR: Progress bar update error: %v\n", err) + logging.Print("BAR: Could not update the bar", err) } }