From 140818bcb2b6c32198c010829ece2aad659e7649 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 5 Sep 2014 15:59:55 -0500 Subject: [PATCH] add debugging --- bridge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge.py b/bridge.py index 3e3205b..73709d4 100755 --- a/bridge.py +++ b/bridge.py @@ -136,6 +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)) 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)