XML Parser: removes unnecessary message from debug logs

Fix #44
This commit is contained in:
Felipe Zimmerle 2017-04-05 09:38:46 -03:00
parent ba070c9eaa
commit e2bbe9858f
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ void XML::evaluate(Transaction *t,
/* Is there an XML document tree at all? */
if (t->m_xml->m_data.doc == NULL) {
/* Sorry, we've got nothing to give! */
t->debug(1, "XML: No XML document found, returning.");
return;
}

View File

@ -73,7 +73,7 @@
"version_min":300000,
"title":"Testing CtlRequestBodyProcessor=XML (2)",
"expected":{
"debug_log": "XML: No XML document found, returning"
"debug_log": "Rule returned 0"
},
"client":{
"ip":"200.249.12.31",