diff --git a/test/integration/grandcentral_test.go b/test/integration/grandcentral_test.go index 5f86f7571..b48f58242 100644 --- a/test/integration/grandcentral_test.go +++ b/test/integration/grandcentral_test.go @@ -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 {