Tell the user what actually went wrong when migrate.rb fails

unstable
James Lee 2012-04-05 11:25:57 -06:00
parent 03543560b3
commit 0c3f1aab77
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Metasploit3 < Msf::Post
print_good("Successfully migrated to process #{target_pid}")
rescue ::Exception => e
print_error("Could not migrate in to process.")
print_error(e)
print_error("Exception: #{e.class} : #{e}")
end
if datastore['KILL']