Skip to content

Commit

Permalink
- fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Dec 11, 2012
1 parent 34c6185 commit d7869d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/filters/kv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def filter(event)
when Array; value.each { |v| kv_keys = parse(v, event, kv_keys) }
else
@logger.warn("kv filter has no support for this type of data",
:type => value.type, :value => value)
:type => value.class, :value => value)
end # case value
end
# If we have any keys, create/append the hash
Expand Down

0 comments on commit d7869d5

Please sign in to comment.