mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
send connection msg to stderr
This commit is contained in:
parent
dca000568f
commit
d50ad3c301
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -336,7 +336,7 @@ if __name__ == '__main__':
|
|||
if not network.start(wait=True):
|
||||
print_msg("Not connected, aborting.")
|
||||
sys.exit(1)
|
||||
print_msg("Connected to " + network.interface.connection_msg)
|
||||
print_error("Connected to " + network.interface.connection_msg)
|
||||
|
||||
if wallet:
|
||||
wallet.start_threads(network)
|
||||
|
|
Loading…
Add table
Reference in a new issue