X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Fmkws-filter.js;h=3554d98d7ee901dbc859b6424042f5af9a55986d;hp=4383ac93d1b364c31ee6b4edb0d75b535111f6b4;hb=b2f105ea2c3a05d605daf133da207220b7f639b0;hpb=24f75e7a5780f8472030efebce39466fb64766a3 diff --git a/src/mkws-filter.js b/src/mkws-filter.js index 4383ac9..3554d98 100644 --- a/src/mkws-filter.js +++ b/src/mkws-filter.js @@ -45,9 +45,9 @@ function filterSet(team) { for (var i in m_list) { var filter = m_list[i]; if (matchFn(filter)) { - m_team.log("removeMatching() removing filter " + mkws.$.toJSON(filter)); + m_team.info("removeMatching: removing filter " + mkws.$.toJSON(filter)); } else { - m_team.log("removeMatching() keeping filter " + mkws.$.toJSON(filter)); + m_team.info("removeMatching: keeping filter " + mkws.$.toJSON(filter)); newList.push(filter); } } @@ -70,7 +70,7 @@ function filterSet(team) { that.visitTargets(function(id, name) { if (res) res += ","; if (id.match(/^[a-z:]+[=~]/)) { - m_team.log("filter '" + id + "' already begins with SETTING OP"); + m_team.info("filter '" + id + "' already begins with SETTING OP"); } else { id = 'pz:id=' + id; }