mirror of
https://github.com/nmap/nmap.git
synced 2026-02-07 14:06:33 +00:00
Remove unnecessary SCRIPT_NAME from stdnse.debug calls
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user