[#1537] node: Remove "trust" from non-reputation logs

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
experimental
Pavel Karpy 2022-06-22 18:35:57 +03:00 committed by LeL
parent b67974a8d3
commit e812d78672
1 changed files with 4 additions and 4 deletions

View File

@ -163,9 +163,9 @@ func (c *commonContext) freeAnnouncement() {
c.ctrl.announceMtx.Unlock()
if stopped {
c.log.Debug("trust announcement successfully interrupted")
c.log.Debug("announcement successfully interrupted")
} else {
c.log.Debug("trust announcement is not started or already interrupted")
c.log.Debug("announcement is not started or already interrupted")
}
}
@ -254,9 +254,9 @@ func (c *commonContext) freeReport() {
c.ctrl.reportMtx.Unlock()
if stopped {
c.log.Debug("trust announcement successfully interrupted")
c.log.Debug("announcement successfully interrupted")
} else {
c.log.Debug("trust announcement is not started or already interrupted")
c.log.Debug("announcement is not started or already interrupted")
}
}