diff options
author | Saku Ytti <saku@ytti.fi> | 2013-04-26 19:35:43 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-04-26 19:35:43 +0300 |
commit | 5fca52c86b50dd9754546902530530b9c0f6216b (patch) | |
tree | f0ece477d6518c2ef6ce9a38b77cb53d1f333060 /extra/syslog.rb | |
parent | 3dc52f34c386409e65465aaa0878ac5db812570c (diff) |
1.9/2.0 compatibility fix + syslogd cleanup
Diffstat (limited to 'extra/syslog.rb')
-rwxr-xr-x | extra/syslog.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/syslog.rb b/extra/syslog.rb index 10757bc..7671d22 100755 --- a/extra/syslog.rb +++ b/extra/syslog.rb @@ -50,8 +50,7 @@ module Oxidized end def rest opt - Oxidized::RestClient.next opt[:name], :user => opt[:user], :msg => opt[:msg], - :from => opt[:from] + Oxidized::RestClient.next opt end def ios ip, log, i |