diff options
author | Kentaro Goto <[email protected]> | 2021-08-21 11:17:49 +0900 |
---|---|---|
committer | Kentaro Goto <[email protected]> | 2021-08-23 09:59:09 +0900 |
commit | 689962eaeafc837d01b875633aa9bac6b4561b06 () | |
tree | 00fe9db300162063041c11e591389f4328863902 /lib/un.rb | |
parent | f18e1752dcc55d62d4153926b5659a83469eb5ff (diff) |
improves message. thanks to eregon
Notes: Merged: https://.com/ruby/ruby/pull/4415
-rw-r--r-- | lib/un.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ def httpd s = nil options[:StartCallback] = proc { logger = s.logger - logger.info("To access this server, open this file in a browser:") s.listeners.each do |listener| if options[:SSLEnable] addr = listener.addr |