--- a/backend/notificationManager.js
+++ b/backend/notificationManager.js
@@ -54,7 +54,7 @@
//rule not applied because of threshold was not exceed
logger.debug({subject: eachBody.subject, value: eachBody.subjectValue, ruleid: eachRule.rulesID, success: false, comment:"Rule's threshold not exceed"});
- concatenateResponse(response, eachBody, eachRule, false, "Subject's value under Rule's threshold", function(concat){
+ concatenateResponse(response, eachBody, eachRule, false, valueSubject, function(concat){
response = concat;
logger.debug("bodyIndex",bodyIndex,"ruleIndex",ruleIndex);