summaryrefslogtreecommitdiff
path: root/src/httpscan.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpscan.cc')
-rw-r--r--src/httpscan.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/httpscan.cc b/src/httpscan.cc
index 5700669..c8915ad 100644
--- a/src/httpscan.cc
+++ b/src/httpscan.cc
@@ -292,6 +292,9 @@ HttpScanSession::scan_result_t HttpScanSession::scan_headers(const HttpHeaders &
if (ret < 0)
{
+ LOG(ERROR) << "Error in setting maat scan status:"
+ "field =" << field << "field.length =" << field.length();
+
scan_result = scan_result_t::kScanResultError;
return false;
}