From 2e331c6f1030fb6895befd7264894b63b85a06a9 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 11:08:40 -0500 Subject: [PATCH] testing --- play_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index 933d88a..e7c247e 100755 --- a/play_group.py +++ b/play_group.py @@ -72,7 +72,7 @@ class playIPSC(IPSC): _self_src = _self_peer[1:] if (_peerid == _self_peer) or (_src_sub == _self_src): - logger.error('(%s) Just received a packet that appears to have been originated by us. PeerID: %s Subscriber: %s TS: %s, TGID: %s', _network, int_id(_peerid), int_id(_src_sub), _ts, int_id(_dst_group)) + logger.error('(%s) Just received a packet that appears to have been originated by us. PeerID: %s Subscriber: %s TS: %s, TGID: %s', _network, int_id(_peerid), int_id(_src_sub), int(_ts)+1, int_id(_dst_group)) return if trigger == False: