Skip to content

Commit

Permalink
Fix error message.
Browse files Browse the repository at this point in the history
Signed-off-by: bootjp <oh@bootjp.me>
  • Loading branch information
bootjp committed Nov 22, 2018
1 parent ef2e4b7 commit 77d8943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_forward.rb
Expand Up @@ -262,7 +262,7 @@ def start
begin
node.verify_connection
rescue StandardError => e
log.fatal e.message
log.fatal "forward's connection setting error: #{e.message}"
raise Fluent::UnrecoverableError, e.message
end
end
Expand Down

0 comments on commit 77d8943

Please sign in to comment.