Skip to content

Commit

Permalink
in_syslog: Remove a needless comma
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Jul 30, 2021
1 parent 9ba3cc6 commit 5a946e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_syslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def start_tcp_server(tls: false)
tls ? :in_syslog_tls_server : :in_syslog_tcp_server, @port,
bind: @bind,
resolve_name: @resolve_hostname,
send_keepalive_packet: @send_keepalive_packet,
send_keepalive_packet: @send_keepalive_packet
) do |conn|
conn.data do |data|
buffer = conn.buffer
Expand Down

0 comments on commit 5a946e7

Please sign in to comment.