Skip to content

Commit

Permalink
Always (debug)log when stratum template is updated by the pool
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Nov 10, 2012
1 parent 0cf666f commit 619d33f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,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);
Expand Down

0 comments on commit 619d33f

Please sign in to comment.