Changed vprint_error when nothing was downloaded.

bug/bundler_fix
Roberto Soares 2015-06-03 14:46:59 -03:00
parent 24ec3b2fb5
commit b305fa62f4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Metasploit3 < Msf::Auxiliary
print_good("#{peer} - File saved in: #{path}")
else
print_error("#{peer} - Nothing was downloaded. You can try to change the DEPTH parameter.")
print_error("#{peer} - Nothing was downloaded. You can try to change the DEPTH parameter or verify the correct filename.")
end
end
end