http: add info message about memcap

Display a message about http memcap when it is set in config file.
pull/873/head
Eric Leblond 13 years ago committed by Victor Julien
parent f00703acc1
commit 606e19124b

@ -56,6 +56,7 @@ void HTPParseMemcap()
conf_val);
exit(EXIT_FAILURE);
}
SCLogInfo("HTTP memcap: %"PRIu64, htp_config_memcap);
} else {
/* default to unlimited */
htp_config_memcap = 0;

Loading…
Cancel
Save