Skip to content

Commit

Permalink
Merge pull request #2237 from kanny/fix_typo_in_fule_buf_error_msg
Browse files Browse the repository at this point in the history
Fix a typo in buf_file.rb
  • Loading branch information
repeatedly authored Dec 17, 2018
2 parents 94382d6 + e01d34b commit 35ef6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/buf_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def resume
# so it should not added into @metadata_list for now
mode = Fluent::Plugin::Buffer::FileChunk.assume_chunk_state(path)
if mode == :unknown
log.debug "uknown state chunk found", path: path
log.debug "unknown state chunk found", path: path
next
end

Expand Down

0 comments on commit 35ef6c7

Please sign in to comment.