fix a few bugs
[electrum-server.git] / processor.py
index e7a340c..9d1355d 100644 (file)
@@ -183,9 +183,9 @@ class RequestDispatcher(threading.Thread):
             except:
                 pass
 
-        if session.protocol_version < 0.6:
-            print_log("stopping session from old client")
-            session.stop()
+            if session.protocol_version < 0.6:
+                print_log("stopping session from old client", session.protocol_version)
+                session.stop()
 
     def get_sessions(self):
         with self.lock: