Skip to content

Commit

Permalink
add better wording for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Etsenake committed Nov 6, 2022
1 parent fd5d6bb commit 8519389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yabeda/prometheus/exporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def start_app(raise_start_error: true, **rack_app_options)
AccessLog: [],
)
rescue Errno::EADDRINUSE
puts "Failed to start server might be started by another process"
puts "Yabeda prometheus exporter: Failed to start, server might be started by another process"
raise if raise_start_error
end
end
Expand Down

0 comments on commit 8519389

Please sign in to comment.