logger.info('(%s) Sending login request to master %s:%s',self._system,self._config['MASTER_IP'],self._config['MASTER_PORT'])
logger.info('(%s) Sending login request to master %s:%s',self._system,self._config['MASTER_IP'],self._config['MASTER_PORT'])
# If we are connected, sent a ping to the master and increment the counter
# If we are connected, sent a ping to the master and increment the counter
@ -364,6 +370,14 @@ class HBSYSTEM(DatagramProtocol):
logger.debug('(%s) RPTPING Sent to Master. Total Sent: %s, Total Missed: %s, Currently Outstanding: %s',self._system,self._stats['PINGS_SENT'],self._stats['PINGS_SENT']-self._stats['PINGS_ACKD'],self._stats['NUM_OUTSTANDING'])
logger.debug('(%s) RPTPING Sent to Master. Total Sent: %s, Total Missed: %s, Currently Outstanding: %s',self._system,self._stats['PINGS_SENT'],self._stats['PINGS_SENT']-self._stats['PINGS_ACKD'],self._stats['NUM_OUTSTANDING'])