Skip to content

Commit

Permalink
Merge pull request #1523 from kou/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
repeatedly authored Mar 30, 2017
2 parents 072b26c + a7b41f0 commit 73dbe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/compat/input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def detach_process(&block)
end

def detach_multi_process(&block)
log.warn "detach_process is not supported in this version. ignored."
log.warn "detach_multi_process is not supported in this version. ignored."
block.call
end
end
Expand Down

0 comments on commit 73dbe4b

Please sign in to comment.