0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

More accurate initialization output

This commit is contained in:
Matthew Holt 2015-04-24 20:09:31 -06:00
parent aa89b95075
commit 46f5325c15

View file

@ -76,7 +76,7 @@ func main() {
if !quiet { if !quiet {
for _, config := range configs { for _, config := range configs {
fmt.Printf("%s -> OK\n", config.Address()) fmt.Println(config.Address())
} }
} }
} }