connectors/PYRO/__init__.py
changeset 1440 e8daabf2c438
parent 1434 6e0cd0ceabb7
child 1441 826730e60407
--- 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: