From 1457d34e21baea641f19181468e53163addc7ad7 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 5 Sep 2014 16:02:30 -0500 Subject: [PATCH] improve debugging --- bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge.py b/bridge.py index 73709d4..472cdee 100755 --- a/bridge.py +++ b/bridge.py @@ -136,7 +136,7 @@ if BRIDGES: #************************************************ # def group_voice(self, _network, _src_sub, _dst_group, _ts, _end, _peerid, _data): - logger.debug('(%s) Group Voice Packet Received From: %s, IPSC Peer %s, Destination %s', _network, int_id(_src_sub), int_id(_peerid), int_id(_dst_sub)) + logger.debug('(%s) Group Voice Packet Received From: %s, IPSC Peer %s, Destination %s', _network, int_id(_src_sub), int_id(_peerid), int_id(_dst_group)) if _ts not in self.ACTIVE_CALLS: self.ACTIVE_CALLS.append(_ts) # send repeater wake up, but send them when a repeater is likely not TXing check time since end (see below)