Add warning message to new communicator

This commit is contained in:
Arinerron 2018-06-13 21:35:56 -07:00
parent af237eab0b
commit b5c06ce64c
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ from defusedxml import minidom
class OnionrCommunicatorDaemon:
def __init__(self, debug, developmentMode):
logger.warn('New (unstable) communicator is being used.')
self.timers = []
self._core = core.Core()
self.nistSaltTimestamp = 0