From fb0b522e17df7925c651b9d27f5e9ffc57eb383f Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 08:50:56 -0500 Subject: [PATCH] fix logging of trigger TGID --- play_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index 88e37ec..f7d5492 100755 --- a/play_group.py +++ b/play_group.py @@ -58,7 +58,7 @@ class playIPSC(IPSC): def group_voice(self, _network, _src_sub, _dst_group, _ts, _end, _peerid, _data): if _end: if (_ts == 0 and _dst_group in trigger_groups_1) or (_ts == 1 and _dst_group in trigger_groups_2) : - logger.info('(Event ID: %s) Playback triggered from TS %s, TGID %s', self.event_id, (_ts +1), _dst_group) + logger.info('(Event ID: %s) Playback triggered from TS %s, TGID %s', self.event_id, (_ts +1), int_id(_dst_group)) # Determine the type of voice packet this is (see top of file for possible types) _burst_data_type = _data[30] if _ts == 0: