From 1aa1ddc829086f5c9eae40f854bc0cec8c272e65 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Sat, 4 Jun 2011 23:44:12 -0700 Subject: [PATCH] Forgot the space in SplunkLogging --- lib/splunk_logging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/splunk_logging.rb b/lib/splunk_logging.rb index c32973e82..34706b26a 100644 --- a/lib/splunk_logging.rb +++ b/lib/splunk_logging.rb @@ -16,7 +16,7 @@ module SplunkLogging if [Symbol, Fixnum, Float, Class].include?(value.class) string << "#{key}=#{value} " else - string << "#{key}=\"#{value.to_s.gsub('"', '\"')}\"" + string << "#{key}=\"#{value.to_s.gsub('"', '\"')}\" " end end string