This commit is contained in:
Cort Buffington 2015-08-12 11:07:04 -05:00
parent 9100349fb2
commit 566a8abf32
1 changed files with 1 additions and 1 deletions

View File

@ -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), _ts, int_id(_dst_group))
return
if trigger == False: