diff --git a/modules/post/windows/manage/smart_migrate.rb b/modules/post/windows/manage/smart_migrate.rb index b40bd5d425..9d6896e580 100644 --- a/modules/post/windows/manage/smart_migrate.rb +++ b/modules/post/windows/manage/smart_migrate.rb @@ -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