remove variable left over from a refactor

This commit is contained in:
Jordan Sissel 2013-06-19 23:31:22 -07:00
parent 399c287c2b
commit 8ed1ab3657

View file

@ -165,8 +165,7 @@ class LogStash::Pipeline
end end
end end
rescue => e rescue => e
@logger.error("Exception in plugin #{plugin.class}", @logger.error("Exception in filterworker", "exception" => e, "backtrace" => e.backtrace)
"plugin" => plugin.inspect, "exception" => e)
end end
@filters.each(&:teardown) @filters.each(&:teardown)