display session type
[electrum-server.git] / transports / stratum_tcp.py
index b7176b9..4bcefab 100644 (file)
@@ -12,7 +12,7 @@ class TcpSession(Session):
         Session.__init__(self)
         self._connection = connection
         self.address = address[0]
-        self.name = "TCP session"
+        self.name = "TCP"
 
     def connection(self):
         if self.stopped():