lib/fluent/plugin/out_logentries.rb in fluent-plugin-logentries-0.2.8 vs lib/fluent/plugin/out_logentries.rb in fluent-plugin-logentries-0.2.9

- old
+ new

@@ -139,10 +139,10 @@ rescue Errno::EMSGSIZE str_length = data.length send_logentries(token, data[0..str_length/2]) send_logentries(token, data[(str_length/2)+1..str_length]) - log.warm "Message Too Long, re-sending it in two part..." + log.warn "Message Too Long, re-sending it in two part..." end end end