X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Faccessors;h=7dc417de4506ba78157accbc5756a2d44159a179;hb=f9bdeed07525fd5b861084165dd8fd451be17c5c;hp=ee13adb0150286f18e8189a5dac506ac688f45a4;hpb=fe32171e8722932e55d6c3e5b0df2acc34a1939f;p=plcapi.git diff --git a/plc.d/accessors b/plc.d/accessors index ee13adb..7dc417d 100755 --- a/plc.d/accessors +++ b/plc.d/accessors @@ -1,4 +1,4 @@ -#!/usr/bin/plcsh +#!/usr/bin/python /usr/bin/plcsh # -*- python -*- # @@ -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()