mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove unnecessary SCRIPT_NAME from stdnse.debug calls
This commit is contained in:
parent
718c83f367
commit
d23c46f3ac
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ end
|
|||
local extract_time = function(response)
|
||||
local i, record = tls.record_read(response, 0)
|
||||
if record == nil then
|
||||
stdnse.debug("%s: Unknown response from server", SCRIPT_NAME)
|
||||
stdnse.debug("Unknown response from server")
|
||||
return nil
|
||||
end
|
||||
|
||||
|
|
@ -122,7 +122,7 @@ local extract_time = function(response)
|
|||
end
|
||||
end
|
||||
end
|
||||
stdnse.debug("%s: Server response was not server_hello", SCRIPT_NAME)
|
||||
stdnse.debug("Server response was not server_hello")
|
||||
return nil
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue