forked from TrueCloudLab/frostfs-node
[#1537] node: Remove "trust" from non-reputation logs
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
b67974a8d3
commit
e812d78672
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue