info: fix control character map output

s3-about
Nick Craig-Wood 2018-11-20 14:04:27 +00:00
parent 26e2f1a998
commit e969505ae4
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}