diff -r a68cd4253259 -r e8daabf2c438 connectors/PYRO/__init__.py --- a/connectors/PYRO/__init__.py Thu Feb 05 23:32:31 2015 +0100 +++ b/connectors/PYRO/__init__.py Sun Feb 08 16:50:54 2015 +0100 @@ -37,7 +37,7 @@ """ This returns the connector to Pyro style PLCobject """ - confnodesroot.logger.write(_("Connecting to URI : %s\n")%uri) + confnodesroot.logger.write(_("PYRO connecting to URI : %s\n")%uri) servicetype, location = uri.split("://") if location.find(service_type) != -1: