mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-23 19:21:50 +02:00
fixup 438f950be30dcfe52f01e2da1aecea65e4e917f2: 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…
x
Reference in New Issue
Block a user