mirror of
https://github.com/zrepl/zrepl.git
synced 2025-02-01 19:20:03 +01:00
fixup 438f950be3
: forgotten ErrorCount in printf
This commit is contained in:
parent
94427d334b
commit
36265ff349
@ -430,7 +430,7 @@ func (t *tui) renderPrunerReport(r *pruner.Report) {
|
||||
t.write(rightPad(fs.Filesystem, maxFSname, " "))
|
||||
t.write(" ")
|
||||
if fs.LastError != "" {
|
||||
t.printf("ERROR (%d): %s\n", fs.LastError) // whitespace is padding
|
||||
t.printf("ERROR (%d): %s\n", fs.ErrorCount, fs.LastError) // whitespace is padding
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user