Skip to content

Commit

Permalink
Add argument to match with FluentLogEventRouter's one
Browse files Browse the repository at this point in the history
Signed-off-by: Yuta Iwama <[email protected]>
  • Loading branch information
ganmacs committed Oct 28, 2019
1 parent 0970e78 commit 137f6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/fluent_log_event_router.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def stop; end

def graceful_stop; end

def emit_event; end
def emit_event(_event); end

def emittable?
self.class != NullFluentLogEventRouter
Expand Down

0 comments on commit 137f6b4

Please sign in to comment.