Commit 46f5325c authored by Matthew Holt's avatar Matthew Holt

More accurate initialization output

parent aa89b950
...@@ -76,7 +76,7 @@ func main() { ...@@ -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())
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment