From b5c06ce64cb843918169cdc085f23d43a0892dd7 Mon Sep 17 00:00:00 2001 From: Arinerron Date: Wed, 13 Jun 2018 21:35:56 -0700 Subject: [PATCH] Add warning message to new communicator --- onionr/communicator2.py | 2 ++ 1 file changed, 2 insertions(+) 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