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
rescue => e
@logger.error("Exception in plugin #{plugin.class}",
"plugin" => plugin.inspect, "exception" => e)
@logger.error("Exception in filterworker", "exception" => e, "backtrace" => e.backtrace)
end
@filters.each(&:teardown)