Skip to content

Commit

Permalink
Not print out the source port
Browse files Browse the repository at this point in the history
It is irrelevant and confusing information.
  • Loading branch information
chris-belcher committed Jul 9, 2019
1 parent b5f95ed commit 172b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrumpersonalserver/server/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def run_electrum_server(rpc, txmonitor, config):
sock.close()
sock = None

logger.info('Electrum connected from ' + str(addr))
logger.info('Electrum connected from ' + str(addr[0]))
sock.settimeout(poll_interval_connected)
recv_buffer = bytearray()
while True:
Expand Down

0 comments on commit 172b145

Please sign in to comment.