Skip to content

Commit 6df4335

Browse files
committed
chore: add missing percent
1 parent 974285c commit 6df4335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: safelock/logger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ func (sl *Safelock) log(msg string, params ...any) {
1818
}
1919

2020
func (sl *Safelock) logStatus(status string, percent float64) {
21-
sl.log("%s (%.2f)\n", status, percent)
21+
sl.log("%s (%.2f%%)\n", status, percent)
2222
}

0 commit comments

Comments
 (0)