1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-15 09:56:33 +00:00
This commit is contained in:
batrick
2014-08-03 01:19:31 +00:00
parent d48e21eb3e
commit 1d77f352ed

View File

@@ -798,7 +798,7 @@ function ip_close()
--- Writes to a log file.
--
-- Writes <code>string</code> to <code>file</code> ("stdout" or "stderr").
-- Use stdnse.print_debug to print debug information based on the
-- Use stdnse.debug to print debug information based on the
-- debugging level.
-- @see stdnse.print_debug
-- @see stdnse.debug
function log_write(file, string)