提交 de34261b 作者: Brian Tiger Chow

fix log

上级 33f7f48d
...@@ -44,7 +44,7 @@ func (px *standard) Bootstrap(ctx context.Context) error { ...@@ -44,7 +44,7 @@ func (px *standard) Bootstrap(ctx context.Context) error {
if len(cxns) == 0 { if len(cxns) == 0 {
log.Critical("unable to bootstrap to any supernode routers") log.Critical("unable to bootstrap to any supernode routers")
} else { } 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 return nil
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论