Skip to content

Commit 8519389

Browse files
author
Josh Etsenake
committed
add better wording for error message
1 parent fd5d6bb commit 8519389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yabeda/prometheus/exporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def start_app(raise_start_error: true, **rack_app_options)
6060
AccessLog: [],
6161
)
6262
rescue Errno::EADDRINUSE
63-
puts "Failed to start server might be started by another process"
63+
puts "Yabeda prometheus exporter: Failed to start, server might be started by another process"
6464
raise if raise_start_error
6565
end
6666
end

0 commit comments

Comments
 (0)