mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-25 06:03:51 +03:00
Fix actor typ
This commit is contained in:
parent
4375ee6d50
commit
9fb19c6b9d
@ -259,7 +259,7 @@ class UDSSystemTray(QtGui.QSystemTrayIcon):
|
|||||||
|
|
||||||
if remainingTime <= 0:
|
if remainingTime <= 0:
|
||||||
logger.info('User has been idle for too long, notifying Broker that service can be reclaimed')
|
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):
|
def displayMessage(self, message):
|
||||||
logger.debug('Displaying message')
|
logger.debug('Displaying message')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user