Changed the print_error output.

bug/bundler_fix
Roberto Soares 2015-04-16 17:32:59 -03:00
parent bf3bdcffb4
commit ed588e335b
1 changed files with 1 additions and 1 deletions

View File

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