Skip to content

Commit

Permalink
fix bug to use instance out of loop
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed May 30, 2016
1 parent ece0778 commit 5ce9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/root_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def shutdown # Fluentd's shutdown sequence is stop, before_shutdown, shutdown, a
operation_threads << t
end
operation_threads.each do |t|
log.debug "joining thread for operation #{operation}", plugin: instance.class, thread: t
log.debug "joining thread for operation #{operation}", thread: t
t.join
end
}
Expand Down

0 comments on commit 5ce9f45

Please sign in to comment.