Commit e5a0a0ef authored by obscuren's avatar obscuren

Moved output to debug

parent 7e4c4887
......@@ -74,7 +74,7 @@ done:
}
func (self *CpuMiner) mine(block *types.Block) {
minerlogger.Infof("(re)started agent[%d]. mining...\n", self.index)
minerlogger.Debugf("(re)started agent[%d]. mining...\n", self.index)
nonce, mixDigest, _ := self.pow.Search(block, self.quitCurrentOp)
if nonce != 0 {
block.SetNonce(nonce)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment