improves message. thanks to eregon

This commit is contained in:
Kentaro Goto 2021-08-21 11:17:49 +09:00 committed by Kentaro Goto
parent f18e1752dc
commit 689962eaea
Notes: git 2021-08-23 09:59:42 +09:00

View File

@ -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