Prefer print_warning for consistency

GSoC/Meterpreter_Web_Console
William Vu 2018-04-24 11:17:19 -05:00
parent 7ef8b99480
commit a0f16b4a66
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class MetasploitModule < Msf::Exploit::Remote
if arch && arch == target_arch.first
ret = true
else
print_error("Target arch is #{target_arch.first}, but server returned #{arch.inspect}")
print_warning("Target arch is #{target_arch.first}, but server returned #{arch.inspect}")
end
ret