aqhome-react: decreased verbosity.
This commit is contained in:
@@ -89,7 +89,7 @@ void _cbInputData(AQHREACT_UNIT *unit, AQHREACT_PORT *port, const AQHREACT_DATAO
|
||||
|
||||
sFilter=AQHREACT_Unit_GetParamValueString(unit, AQHOMEREACT_UNIT_VALUEFILTER_PARAM_VALUENAME, NULL);
|
||||
if (sFilter && *sFilter && strcasecmp(sSystemValueId, sFilter)==0) {
|
||||
DBG_INFO(NULL, "Value \"%s\" matches", sSystemValueId);
|
||||
DBG_DEBUG(NULL, "Value \"%s\" matches", sSystemValueId);
|
||||
AQHREACT_Unit_OutputData(unit, outputPort, dataObject);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user