mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Increase the debug level required to print out the http.lua cache size.
This commit is contained in:
parent
cd5f41fc91
commit
53bd35c9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@ local function check_size (cache)
|
|||
end
|
||||
cache.size = size;
|
||||
end
|
||||
stdnse.print_debug(1, "Final http cache size (%d bytes) of max size of %d",
|
||||
stdnse.print_debug(2, "Final http cache size (%d bytes) of max size of %d",
|
||||
size, max_size);
|
||||
return size;
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue