From c6af04f305047d9f6b0c589c57e9c7d2bfd7e7ba Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 12 Aug 2016 07:16:06 -0500 Subject: [PATCH] Minor error in logging line on master --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index 34fcff9..0fa25df 100755 --- a/hblink.py +++ b/hblink.py @@ -205,7 +205,7 @@ class HBMASTER(DatagramProtocol): def datagramReceived(self, _data, (_host, _port)): # Keep This Line Commented Unless HEAVILY Debugging! - # logger.debug('(%s) RX packet from %s:%s -- %s', self._client, _host, _port, h(_data)) + #logger.debug('(%s) RX packet from %s:%s -- %s', self._master, _host, _port, h(_data)) # Extract the command, which is various length, all but one 4 significant characters -- RPTCL _command = _data[:4]