Skip to content

Commit

Permalink
logger typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mjs710 committed Sep 5, 2014
1 parent fc271cd commit a4461d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmrlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def process_peer_list(_data, _network):
NETWORK[_network]['PEERS'][_hex_radio_id]['MODE_DECODE'] = _decoded_mode
NETWORK[_network]['PEERS'][_hex_radio_id]['FLAGS'] = ''
NETWORK[_network]['PEERS'][_hex_radio_id]['FLAGS_DECODE'] = ''
logger.debug('(%s) Peer Updated: %s', _network, int_id(NETWORK[_network]['PEERS'][_hex_radio_id]))
logger.debug('(%s) Peer Updated: %s', _network, NETWORK[_network]['PEERS'][_hex_radio_id])

# If this entry was NOT already in our list, add it.
if _hex_radio_id not in NETWORK[_network]['PEERS'].keys():
Expand Down

0 comments on commit a4461d3

Please sign in to comment.