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

change log level

parent fbad943c
......@@ -53,8 +53,8 @@ func RunSupernodeBootstrappedAddCat(data []byte, conf testutil.LatencyConfig) er
adder := clients[0]
catter := clients[1]
log.Critical("adder is", adder.Identity)
log.Critical("catter is", catter.Identity)
log.Info("adder is", adder.Identity)
log.Info("catter is", catter.Identity)
keyAdded, err := coreunix.Add(adder, bytes.NewReader(data))
if err != 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