Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed May 29, 2019
1 parent 6a85e61 commit 16fdebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/src/surf/SurfMiner.java
Expand Up @@ -294,7 +294,7 @@ public void run()
// Reading block
ByteBuffer bb = ByteBuffer.wrap(block_buff);

logger.log("Wave " + task_number + " reading chunk " + block);
logger.info("Wave " + task_number + " reading chunk " + block);

long offset = block * chunk_size;

Expand Down

0 comments on commit 16fdebf

Please sign in to comment.