Browse Source

pool: be verbose on which pool failed.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
115eb1ad2f
  1. 6
      util.c

6
util.c

@ -2402,9 +2402,11 @@ out:
json_decref(val); json_decref(val);
goto resend; goto resend;
} }
applog(LOG_DEBUG, "Initiate stratum failed"); applog(LOG_DEBUG, "Initiating stratum failed on %s", pool->poolname);
if (sockd) if (sockd) {
applog(LOG_DEBUG, "Suspending stratum on %s", pool->poolname);
suspend_stratum(pool); suspend_stratum(pool);
}
} }
json_decref(val); json_decref(val);

Loading…
Cancel
Save