tsend connection msg to stderr - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d50ad3c301e572a80b7ad889ce5bc5886c68fa04 DIR parent dca000568f05771f837fe5a6957f25c22955a6da HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 18 Oct 2013 12:25:57 +0200 send connection msg to stderr Diffstat: M electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum b/electrum t@@ -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)