Make pring_warning verbose

bug/bundler_fix
jvazquez-r7 2014-02-07 10:23:07 -06:00
parent fdb954fdfb
commit c679b1001b
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class Metasploit3 < Msf::Exploit::Remote
return false
end
print_warning("#{peer} - Unknown fingerprint while exploiting SQLi... be careful")
vprint_warning("#{peer} - Unknown fingerprint while exploiting SQLi... be careful")
false
end