Add warning message to new communicator
This commit is contained in:
parent
af237eab0b
commit
b5c06ce64c
@ -25,6 +25,8 @@ from defusedxml import minidom
|
|||||||
|
|
||||||
class OnionrCommunicatorDaemon:
|
class OnionrCommunicatorDaemon:
|
||||||
def __init__(self, debug, developmentMode):
|
def __init__(self, debug, developmentMode):
|
||||||
|
logger.warn('New (unstable) communicator is being used.')
|
||||||
|
|
||||||
self.timers = []
|
self.timers = []
|
||||||
self._core = core.Core()
|
self._core = core.Core()
|
||||||
self.nistSaltTimestamp = 0
|
self.nistSaltTimestamp = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user