this.logger.info('Generating proof-of-work with %s leading zeros followed by [0-'+highMark+']... (CPU usage set to %s%) for block#%s',nbZeros,(this.conf.cpu*100).toFixed(0),block.number,block.issuer.slice(0,6));
this.logger.info('Generating proof-of-work with %s leading zeros followed by [0-'+highMark+']... (CPU usage set to %s%) for block#%s',nbZeros,(this.conf.cpu*100).toFixed(0),block.number,block.issuer.slice(0,6));
this.logger.info('GIVEN proof-of-work for block#%s with %s leading zeros followed by [0-'+highMark+']! stop PoW for %s',block.number,nbZeros,this.pair&&this.pair.pub.slice(0,6));
this.logger.info('GIVEN proof-of-work for block#%s with %s leading zeros followed by [0-'+highMark+']! stop PoW for %s',block.number,nbZeros,this.pair&&this.pair.pub.slice(0,6));