We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af6874 commit 63eb0bfCopy full SHA for 63eb0bf
1 file changed
CSK_Module_IODDInterpreter/scripts/Sensors/IODDInterpreter/IODDInterpreter_Controller.lua
@@ -954,7 +954,7 @@ local function loadInstancesListParameters(parameterName)
954
parameterSet = nil
955
data = nil
956
else
957
- _G.logger:warning(nameOfModule .. ' instance ' .. instanceId .. ": Loading parameters from CSK_PersistentData module did not work.")
+ _G.logger:info(nameOfModule .. ": Loading parameters from CSK_PersistentData module did not work.")
958
end
959
960
_G.logger:warning(nameOfModule .. ": CSK_PersistentData Module not available.")
0 commit comments