Prefer print_warning for consistency
parent
7ef8b99480
commit
a0f16b4a66
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue