Skip to content

Commit

Permalink
simplify listening output and make more similar to http messages
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 10, 2024
1 parent 940a77f commit 5c0d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/acme/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def bind_to(launcher, cert)
end

cert.identifiers.each do |identifier|
@logger.log "* Listening on ssl://#{uri.host}:#{uri.port} for https://#{identifier.value}:#{uri.port} (puma-acme)"
@logger.log "* Listening on https://#{identifier.value}:#{uri.port} (puma-acme)"
end

launcher.binder.listeners << [str, io]
Expand Down

0 comments on commit 5c0d956

Please sign in to comment.