diff --git a/onionr/communicator2.py b/onionr/communicator2.py index 2b5577c3..5c1caaf6 100755 --- a/onionr/communicator2.py +++ b/onionr/communicator2.py @@ -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