]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/storage_client.py
Display serverids consistently as 8-char pubkey, or 6-char tubid.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / storage_client.py
index d4397d693e8c5789d53af976c78155846af30a97..68823f01f834969100db12cee2235673df721f69 100644 (file)
@@ -208,7 +208,7 @@ class NativeStorageServer:
                 self._short_description = key_s[:8]
         else:
             self._long_description = tubid_s
-            self._short_description = tubid_s[:8]
+            self._short_description = tubid_s[:6]
 
         self.announcement_time = time.time()
         self.last_connect_time = None