Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo committed May 17, 2017
1 parent 252976b commit 997c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-core/lib/logstash/config/source/local.rb
Expand Up @@ -38,7 +38,7 @@ def read
encoding_issue_files = []

if logger.debug?
logger.debug("Skipping following files while reading config since they doesn't match the glob", :files => get_unmatched_files)
logger.debug("Skipping the following files while reading config since they don't match the specified glob pattern", :files => get_unmatched_files)
end

get_matched_files.each do |file|
Expand Down

0 comments on commit 997c046

Please sign in to comment.