fix log message
This commit is contained in:
parent
cecdb0c896
commit
11bde71b92
@ -131,7 +131,7 @@ func (dr *DrandInstance) Halt() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (dr *DrandInstance) Resume() {
|
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)
|
dr.daemon.StartBeacon(true)
|
||||||
// block until we can fetch the round corresponding to the current time
|
// block until we can fetch the round corresponding to the current time
|
||||||
startTime := time.Now()
|
startTime := time.Now()
|
||||||
|
Loading…
Reference in New Issue
Block a user