summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKentaro Goto <gotoken@notwork.org>2021-08-21 11:17:49 +0900
committerKentaro Goto <gotoken+github@gmail.com>2021-08-23 09:59:09 +0900
commit689962eaeafc837d01b875633aa9bac6b4561b06 (patch)
tree00fe9db300162063041c11e591389f4328863902 /lib
parentf18e1752dcc55d62d4153926b5659a83469eb5ff (diff)
improves message. thanks to eregon
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4415
Diffstat (limited to 'lib')
-rw-r--r--lib/un.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/un.rb b/lib/un.rb
index e656a4a981..208e16c761 100644
--- a/lib/un.rb
+++ b/lib/un.rb
@@ -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:")
+ logger.info("To access this server, open this URL in a browser:")
s.listeners.each do |listener|
if options[:SSLEnable]
addr = listener.addr