X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=processor.py;h=314f4c5a8f6c6aa67436638080e5ccfa0bf698cd;hb=d223e00705d7b12d833490a345907dae0ae460c4;hp=8d1788d919f0f40c527685838a33bf3f1dc03962;hpb=c7b49738a0a7eb7bd67e7e08c2fb265556ce5d20;p=electrum-server.git diff --git a/processor.py b/processor.py index 8d1788d..314f4c5 100644 --- a/processor.py +++ b/processor.py @@ -227,7 +227,7 @@ class Session: addr = None if self.subscriptions: - print_log( "%4s"%self.name, "%14s"%self.address, "%35s"%addr, "%3d"%len(self.subscriptions), self.version ) + print_log( "%4s"%self.name, "%15s"%self.address, "%35s"%addr, "%3d"%len(self.subscriptions), self.version ) def stopped(self): with self.lock: