Browse Source

Remove the applog on miner threads dying to prevent deadlocks on exit.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
4728dd82d1
  1. 2
      cgminer.c

2
cgminer.c

@ -6626,8 +6626,6 @@ void *miner_thread(void *userdata) @@ -6626,8 +6626,6 @@ void *miner_thread(void *userdata)
out:
drv->thread_shutdown(mythr);
applog(LOG_ERR, "Thread %d failure, exiting", thr_id);
return NULL;
}

Loading…
Cancel
Save