bound made msg clearer

pull/1210/head
gregchalmers 2021-03-09 02:46:28 -08:00
parent f25c667a8a
commit 0da74f62f3
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -901,7 +901,7 @@ func (app *App) startupMessage(addr string, tls bool, pids string) {
if host == "0.0.0.0" {
mainLogo +=
" │ "+center(fmt.Sprintf("%s://127.0.0.1:%s", scheme, port), 49)+ " │\n" +
" │ "+center(fmt.Sprintf("bound %s://0.0.0.0:%s", scheme, port), 49)+ " │\n"
" │ "+center(fmt.Sprintf("(bound on host 0.0.0.0 and port %s)", port), 49)+ " │\n"
} else {
mainLogo +=
" │ "+center(fmt.Sprintf("%s://%s:%s", scheme, host, port), 49)+ " │\n"