forked from TrueCloudLab/rclone
info: fix control character map output
This commit is contained in:
parent
26e2f1a998
commit
e969505ae4
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ func (r *results) checkChar(c rune) {
|
||||||
escape := false
|
escape := false
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fs.Infof(r.f, "Couldn't write file 0x%02X", c)
|
fs.Infof(r.f, "Couldn't write file 0x%02X", c)
|
||||||
|
escape = true
|
||||||
} else {
|
} else {
|
||||||
fs.Infof(r.f, "OK writing file 0x%02X", c)
|
fs.Infof(r.f, "OK writing file 0x%02X", c)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue