From 689962eaeafc837d01b875633aa9bac6b4561b06 Mon Sep 17 00:00:00 2001 From: Kentaro Goto Date: Sat, 21 Aug 2021 11:17:49 +0900 Subject: [PATCH] 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 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