@cryptotaxi247 / kubo / commits / de34261b7

fix log

Brian Tiger Chow committed Feb 6, 2015 at 14:03 UTC de34261b79d429fb644437dd45363e29b3903939
1 file changed +1 -1
routing/supernode/proxy/standard.go
+1 -1
@@ -44,7 +44,7 @@ func (px *standard) Bootstrap(ctx context.Context) error {
44 if len(cxns) == 0 {
45 log.Critical("unable to bootstrap to any supernode routers")
46 } else {
47 - log.Info("bootstrapped to %d supernode routers: %s", len(cxns), cxns)
47 + log.Infof("bootstrapped to %d supernode routers: %s", len(cxns), cxns)
48 }
49 return nil
50 }