send connection msg to stderr
authorThomasV <thomasv@gitorious>
Fri, 18 Oct 2013 10:25:57 +0000 (12:25 +0200)
committerThomasV <thomasv@gitorious>
Fri, 18 Oct 2013 10:25:57 +0000 (12:25 +0200)
electrum

index ff49bce..e9acb67 100755 (executable)
--- a/electrum
+++ b/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)