Land #1876, @wchen-r7's fix for Redmine 7984

unstable
jvazquez-r7 2013-05-28 20:05:37 -05:00
commit 146284cdd5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Metasploit3 < Msf::Post
return true return true
rescue ::Exception => e rescue ::Exception => e
print_error("Could not migrate in to process.") print_error("Could not migrate in to process.")
print_error(e) print_error(e.to_s)
return false return false
end end
end end