tmove misplaced debug message - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8e7ce452f66e8cca41ba80da672d3a718ab9d9ee DIR parent 5b8588ee90ad4dd53c3c593c64dbf000a82c69db HTML Author: ThomasV <thomasv@gitorious> Date: Sat, 14 Mar 2015 09:27:18 +0100 move misplaced debug message Diffstat: M lib/synchronizer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- DIR diff --git a/lib/synchronizer.py b/lib/synchronizer.py t@@ -53,6 +53,7 @@ class WalletSynchronizer(util.DaemonThread): time.sleep(0.1) continue self.run_interface() + self.print_error("stopped") def run_interface(self): #print_error("synchronizer: connected to", self.network.get_parameters()) t@@ -184,5 +185,3 @@ class WalletSynchronizer(util.DaemonThread): # Updated gets called too many times from other places as well; if we use that signal we get the notification three times self.network.trigger_callback("new_transaction") self.was_updated = False - - self.print_error("stopped")