mirror of
https://github.com/rclone/rclone
synced 2024-11-24 01:26:25 +01:00
info: fix control character map output
This commit is contained in:
parent
26e2f1a998
commit
e969505ae4
@ -138,6 +138,7 @@ func (r *results) checkChar(c rune) {
|
||||
escape := false
|
||||
if err != nil {
|
||||
fs.Infof(r.f, "Couldn't write file 0x%02X", c)
|
||||
escape = true
|
||||
} else {
|
||||
fs.Infof(r.f, "OK writing file 0x%02X", c)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user