Browse Source

Merge branch 'stratum' into bfgminer

Luke Dashjr 13 years ago
parent
commit
abe819443c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      util.c

+ 2 - 0
util.c

@@ -1083,6 +1083,8 @@ static bool parse_notify(struct pool *pool, json_t *val)
 		pool->nonce2 = 0;
 	mutex_unlock(&pool->pool_lock);
 
+	applog(LOG_DEBUG, "Received stratum notify from pool %u with job_id=%s",
+	       pool->pool_no, job_id);
 	if (opt_protocol) {
 		applog(LOG_DEBUG, "job_id: %s", job_id);
 		applog(LOG_DEBUG, "prev_hash: %s", prev_hash);