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

Updating actor

This commit is contained in:
Adolfo Gómez 2014-06-26 17:38:57 +00:00
parent 8c09ec9b74
commit 5fac9c3205
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
/etc/udsactor/udsactor.cfg

View File

@ -47,7 +47,7 @@ class Rpc(object):
logger.debug('Sending message to broker: {0} -> {1}, {2}'.format(self._id, msg, data)) logger.debug('Sending message to broker: {0} -> {1}, {2}'.format(self._id, msg, data))
return self._server.message(self._id, msg, data) return self._server.message(self._id, msg, data)
except Exception as e: except Exception as e:
logger.exception('Error notifyinh message') logger.exception('Error notifying message')
return None return None
return '' return ''