fix log message

This commit is contained in:
Yusef Napora 2020-06-30 14:55:46 -04:00
parent cecdb0c896
commit 11bde71b92

View File

@ -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()