Browse Source

Merge commit 'd41b6b2' into bfgminer

Luke Dashjr 13 years ago
parent
commit
7454181fcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util.c

+ 1 - 1
util.c

@@ -1510,7 +1510,7 @@ static bool parse_diff(struct pool *pool, json_t *val)
 	pool->swork.diff = diff;
 	mutex_unlock(&pool->pool_lock);
 
-	applog(LOG_DEBUG, "Pool %d difficulty set to %f", pool->pool_no, diff);
+	applog(LOG_DEBUG, "Pool %d stratum bdifficulty set to %f", pool->pool_no, diff);
 
 	return true;
 }