This commit is contained in:
Liang Ding 2022-10-28 09:19:57 +08:00
parent 0bc997051e
commit cfb13f3b74
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
11 changed files with 14 additions and 14 deletions

View file

@ -103,7 +103,7 @@ func Serve(fastMode bool) {
rewritePortJSON(pid, port)
}
logging.LogInfof("kernel [pid=%s] is booting [%s]", pid, "http://"+host+":"+port)
logging.LogInfof("kernel [pid=%s] is booting [%s]", pid, "http://"+util.LocalHost+":"+port)
util.HttpServing = true
go func() {