Skip to content

Commit

Permalink
node: Fix node load log message
Browse files Browse the repository at this point in the history
This is not reputation metrics, it was a mistake. The same as #1537.

Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Aug 2, 2023
1 parent cd628f7 commit aeab4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (c *announceContext) announce() {
return
}

c.log.Debug("trust announcement successfully finished")
c.log.Debug("load announcement successfully finished")
}

func (c *Controller) acquireAnnouncement(prm StartPrm) *announceContext {
Expand Down

0 comments on commit aeab4ca

Please sign in to comment.