tweaked message
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 1 Dec 2010 14:42:38 +0000 (15:42 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 1 Dec 2010 14:42:38 +0000 (15:42 +0100)
plc.d/accessors

index ee13adb..31731cf 100755 (executable)
@@ -8,7 +8,6 @@
 from PLC.Accessor import AccessorSingleton
 
 if __name__ == '__main__':
-    print "Ensuring creationg of accessor tags"
-    print 'api=%r'%api
+    print "service plc start accessors : ensuring creation and consistency of accessor tags"
     AccessorSingleton(api).run_all_tag_locators()