1
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:
Jon Hart 2014-08-26 12:05:40 -07:00
parent 677d7804ae
commit 5826d7b164
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3

View File

@ -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