fix log message
This commit is contained in:
parent
cecdb0c896
commit
11bde71b92
@ -131,7 +131,7 @@ func (dr *DrandInstance) Halt() {
|
||||
}
|
||||
|
||||
func (dr *DrandInstance) Resume() {
|
||||
dr.t.RecordMessage("drand node #d resuming", dr.t.GroupSeq)
|
||||
dr.t.RecordMessage("drand node #%d resuming", dr.t.GroupSeq)
|
||||
dr.daemon.StartBeacon(true)
|
||||
// block until we can fetch the round corresponding to the current time
|
||||
startTime := time.Now()
|
||||
|
Loading…
Reference in New Issue
Block a user