fix logging

pull/370/head
Minh Doan 6 years ago committed by Minh Doan
parent 9acb5a90b1
commit 0678caef79
  1. 2
      node/service/random_generation.go

@ -48,5 +48,5 @@ func (cs *RandomGeneration) StopService() {
utils.GetLogInstance().Info("Stopping random generation service.")
cs.stopChan <- struct{}{}
<-cs.stoppedChan
utils.GetLogInstance().Info("Consensus random generation stopped.")
utils.GetLogInstance().Info("Random generation stopped.")
}

Loading…
Cancel
Save