Do not print backtrace when handling Exception.
git-svn-id: file:///home/svn/framework3/trunk@6544 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8c3266b484
commit
a044ac4661
|
@ -60,7 +60,7 @@ def run
|
|||
raise $!
|
||||
rescue ::Rex::ConnectionError
|
||||
rescue ::Exception => e
|
||||
print_status("Error: #{targ}: #{e} #{e.backtrace}")
|
||||
print_status("Error: #{targ}: #{e.message}")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue