diff --git a/core/ping.go b/core/ping.go index 53cb5258..4d0731f0 100644 --- a/core/ping.go +++ b/core/ping.go @@ -74,7 +74,7 @@ func (c *Core) CheckQuorumStatusResponse(req *ensweb.Request) *ensweb.Result { / } _, ok := c.qc[did] if !ok { - c.log.Error("Quorum is not setup in core ping.go") + c.log.Error("Quorum is not setup") resp.Message = "Quorum is not setup" resp.Status = false return c.l.RenderJSON(req, &resp, http.StatusOK)