Make the grid status display the location hints

Instead of displaying what appears to be the remote peer address
we display the list of connection hints.

closes ticket:2818
This commit is contained in:
David Stainton 2016-09-02 11:58:51 +00:00 committed by Brian Warner
parent 0116c965fa
commit f88ae3861a

View File

@ -413,7 +413,7 @@ class NativeStorageServer(service.MultiService):
level=log.NOISY, parent=lp)
self.last_connect_time = time.time()
self.remote_host = rref.getPeer()
self.remote_host = rref.getLocationHints()
self.rref = rref
self._is_connected = True
rref.notifyOnDisconnect(self._lost)