Skip to content

Commit

Permalink
settings: prevent extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Dec 29, 2023
1 parent 54d1b4e commit 4319211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/settings/announce.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func (cm *ConfigManager) ProcessConsensusChange(cc modules.ConsensusChange) {
},
Timestamp: time.Now(),
})
return
}
log.Info("announced host")
cm.a.Register(alerts.Alert{
Expand Down

0 comments on commit 4319211

Please sign in to comment.