Skip to content

Commit

Permalink
scala is murdering my
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Feb 1, 2019
1 parent 4c78a0f commit 81a741f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions miner/src/surf/SurfMiner.java
Expand Up @@ -365,8 +365,7 @@ private void runPass() throws Exception
wu = last_work_unit;
if (wu == null)
{

logger.info("Work unit is null, unable to start units")
logger.info("Work unit is null, unable to start units");
start_work_sem.release(to_start);
return;
}
Expand Down

0 comments on commit 81a741f

Please sign in to comment.