Switch logging to user log from system

merge-requests/210/head
dennis.cartier 2020-06-27 14:40:43 -04:00
parent 5ddfbcb5d3
commit 58c5796d4b
1 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ module.exports = function(s,config,lang){
}
break;
default:
s.systemLog(lang['Numeric criteria unsupported for Region tests, Ignoring Conditional'])
s.userLog({mid:'$USER',ke:d.ke},{type:lang["Detector Filters"],msg:lang['Numeric criteria unsupported for Region tests, Ignoring Conditional']})
break;
}
});
@ -329,7 +329,7 @@ module.exports = function(s,config,lang){
switch(condition.p2){
case'indexOf':
case'!indexOf':
s.systemLog(lang['Text criteria unsupported for Object Count tests, Ignoring Conditional'])
s.userLog({mid:'$USER',ke:d.ke},{type:lang["Detector Filters"],msg:lang['Text criteria unsupported for Object Count tests, Ignoring Conditional']})
break;
case'===':
if(objectCount == condition.p3){