X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=processor.py;fp=processor.py;h=9d1355d79b556c38c1fbe28a6e8c0f4caaa8637b;hp=e7a340c8677bc05ea81da47533bab46dfedaab08;hb=34265eb29d7adc16b102091b4063afe22e8d0524;hpb=5c10a2976f94f8c2deee76cff2a1f2777dbd2d25 diff --git a/processor.py b/processor.py index e7a340c..9d1355d 100644 --- a/processor.py +++ b/processor.py @@ -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: