mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
cmd/tailscale: log web listen addr
Signed-off-by: Dan Bond <danbond@protonmail.com>
This commit is contained in:
parent
1cedd944cf
commit
652bbc9aa0
@ -94,6 +94,7 @@ func runWeb(ctx context.Context, args []string) error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
log.Printf("web server running on: %s\n", webArgs.listen)
|
||||
return http.ListenAndServe(webArgs.listen, http.HandlerFunc(webHandler))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user