diff -r c3c3d1318130 -r 69dfdb26f600 connectors/PYRO/__init__.py --- a/connectors/PYRO/__init__.py Tue Aug 15 17:01:51 2017 +0300 +++ b/connectors/PYRO/__init__.py Tue Aug 15 22:38:43 2017 +0300 @@ -88,7 +88,7 @@ ip = str(socket.inet_ntoa(i.getAddress())) port = str(i.getPort()) newlocation = ip + ':' + port - confnodesroot.logger.write(_("'{a1}' is located at {a2}\n").format(a1 = location, a2 = newlocation)) + confnodesroot.logger.write(_("'{a1}' is located at {a2}\n").format(a1=location, a2=newlocation)) location = newlocation r.close() except Exception, msg: