convert to warning

This commit is contained in:
chrys 2017-08-12 03:38:58 +02:00
parent 14c7c3c6a9
commit ef86938c5d

View File

@ -185,7 +185,7 @@ class driver():
ioctl(tty.fileno(), GIO_UNIMAP, unimapdesc)
break
except Exception as e:
self.env['runtime']['debug'].writeDebugOut('VCSA:updateCharMap:' + str(e),debug.debugLevel.ERROR)
self.env['runtime']['debug'].writeDebugOut('VCSA:updateCharMap:sz=' + str(sz) + ' ' + str(e),debug.debugLevel.WARNING)
sz *= 2
tty.close()
ncodes, = unpack_from("@H", unimapdesc)