mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
vprint_status when no external address obtained, print_ is too noisy
This commit is contained in:
parent
677d7804ae
commit
5826d7b164
@ -47,7 +47,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||
if (external_address)
|
||||
print_good("External address of #{host} is #{external_address}")
|
||||
else
|
||||
print_error("Didn't get a response for #{host}'s external address")
|
||||
vprint_status("Didn't get a response for #{host}'s external address")
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user