fixing notify call so opts will be passed

This commit is contained in:
John E. Vincent 2011-04-06 15:38:10 -04:00
parent cb11e9ec5c
commit 61f1bdb2e0

View file

@ -51,6 +51,6 @@ class LogStash::Outputs::Gelf < LogStash::Outputs::Base
m["#{name}"] = value
end
m["timestamp"] = event.timestamp
@gelf.notify(m)
@gelf.notify!(m)
end # def receive
end # class LogStash::Outputs::Gelf