Land #1876, @wchen-r7's fix for Redmine 7984
commit
146284cdd5
|
@ -61,7 +61,7 @@ class Metasploit3 < Msf::Post
|
|||
return true
|
||||
rescue ::Exception => e
|
||||
print_error("Could not migrate in to process.")
|
||||
print_error(e)
|
||||
print_error(e.to_s)
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue