lib/fluent/plugin/in_syslog.rb in fluentd-0.12.0 vs lib/fluent/plugin/in_syslog.rb in fluentd-0.12.1

- old
+ new

@@ -121,10 +121,11 @@ rescue log.error "unexpected error", :error=>$!.to_s log.error_backtrace end - protected + private + def receive_data_parser(data, addr) m = SYSLOG_REGEXP.match(data) unless m log.warn "invalid syslog message: #{data.dump}" return