1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Fix actor typ

This commit is contained in:
Adolfo Gómez García 2018-11-13 19:28:03 +01:00
parent 4375ee6d50
commit 9fb19c6b9d

View File

@ -259,7 +259,7 @@ class UDSSystemTray(QtGui.QSystemTrayIcon):
if remainingTime <= 0:
logger.info('User has been idle for too long, notifying Broker that service can be reclaimed')
self.quit(logoff=True, ' (idle: {} vs {})'.format(idleTime, self.maxIdleTime))
self.quit(logoff=True, extra=' (idle: {} vs {})'.format(idleTime, self.maxIdleTime))
def displayMessage(self, message):
logger.debug('Displaying message')