adjust message
This commit is contained in:
parent
ef86938c5d
commit
64dedaf960
@ -185,7 +185,7 @@ class driver():
|
|||||||
ioctl(tty.fileno(), GIO_UNIMAP, unimapdesc)
|
ioctl(tty.fileno(), GIO_UNIMAP, unimapdesc)
|
||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.env['runtime']['debug'].writeDebugOut('VCSA:updateCharMap:sz=' + str(sz) + ' ' + str(e),debug.debugLevel.WARNING)
|
self.env['runtime']['debug'].writeDebugOut('VCSA:updateCharMap:scaling up sz=' + str(sz) + ' ' + str(e),debug.debugLevel.WARNING)
|
||||||
sz *= 2
|
sz *= 2
|
||||||
tty.close()
|
tty.close()
|
||||||
ncodes, = unpack_from("@H", unimapdesc)
|
ncodes, = unpack_from("@H", unimapdesc)
|
||||||
|
Loading…
Reference in New Issue
Block a user