ruby-changes:67214
From: Kentaro <ko1@a...>
Date: Mon, 23 Aug 2021 09:59:34 +0900 (JST)
Subject: [ruby-changes:67214] 689962eaea (master): improves message. thanks to eregon
https://git.ruby-lang.org/ruby.git/commit/?id=689962eaea From 689962eaeafc837d01b875633aa9bac6b4561b06 Mon Sep 17 00:00:00 2001 From: Kentaro Goto <gotoken@n...> Date: Sat, 21 Aug 2021 11:17:49 +0900 Subject: improves message. thanks to eregon --- lib/un.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/un.rb b/lib/un.rb index e656a4a..208e16c 100644 --- a/lib/un.rb +++ b/lib/un.rb @@ -349,7 +349,7 @@ def httpd https://github.com/ruby/ruby/blob/trunk/lib/un.rb#L349 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 -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/