Commit de34261b authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix log

parent 33f7f48d
......@@ -44,7 +44,7 @@ func (px *standard) Bootstrap(ctx context.Context) error {
if len(cxns) == 0 {
log.Critical("unable to bootstrap to any supernode routers")
} else {
log.Info("bootstrapped to %d supernode routers: %s", len(cxns), cxns)
log.Infof("bootstrapped to %d supernode routers: %s", len(cxns), cxns)
}
return nil
}
......
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