Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschwartz committed Nov 4, 2011
1 parent 6cf680e commit 0c0b3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/outputs/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def handle(event)
private
def output?(event)
if !@type.empty?
if event.type != !type
if event.type != @type
@logger.debug(["Dropping event because type doesn't match #{@type}", event])
return false
end
Expand Down

0 comments on commit 0c0b3c3

Please sign in to comment.