Skip to content

Commit

Permalink
Add proper error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen-Cherian authored and maneeSHA-256 committed May 21, 2024
1 parent 079ce4c commit 8bad32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8bad32c

Please sign in to comment.