From 5e5719eb2e7e56f56935fb5251813a4de60e3626 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 29 Aug 2014 17:08:49 -0500 Subject: [PATCH] Quiet Superfluous Logging --- backup_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_bridge.py b/backup_bridge.py index 58b7051..d618541 100755 --- a/backup_bridge.py +++ b/backup_bridge.py @@ -78,7 +78,7 @@ class bridgeIPSC(IPSC): logger.debug('(%s) Master %s is an active bridge',self._network, int_id(_peer)) if self.BRIDGE != _temp_bridge: - logger.info('(%s) Changing bridge status to: %s', self._network, self.BRIDGE ) + logger.info('(%s) Changing bridge status to: %s', self._network, _temp_bridge ) self.BRIDGE = _temp_bridge