Moved output to debug

This commit is contained in:
obscuren 2015-03-26 01:02:51 +01:00
parent 7e4c488717
commit e5a0a0ef48

View File

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