Add htp error debug printing.

remotes/origin/master
Victor Julien 15 years ago
parent 9f0447cb38
commit 4354434522

@ -507,6 +507,8 @@ static void HTPHandleError(HtpState *s) {
if (log == NULL)
continue;
SCLogDebug("message %s", log->msg);
int id = HTPHandleErrorGetId(log->msg);
if (id > 0) {
AppLayerDecoderEventsSetEvent(s->f, id);

Loading…
Cancel
Save