1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

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

This commit is contained in:
Con Kolivas 2013-10-25 12:54:10 +11:00
parent 4c979d756f
commit 4728dd82d1

View File

@ -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;
}