improve message

This commit is contained in:
chrys 2016-12-09 00:43:05 +01:00
parent 310aa3ef09
commit f795c3206b

View File

@ -135,7 +135,7 @@ class driver():
self.uDevices[fd] = UInput.from_device(self.iDevices[fd].fn)
self.iDevices[fd].grab()
except Exception as e:
self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR)
self.env['runtime']['debug'].writeDebugOut('InputDriver evdev: grabing not possible: ' + str(e),debug.debugLevel.ERROR)
def releaseDevices(self):
for fd in self.iDevices:
try: