Remove the applog on miner threads dying to prevent deadlocks on exit.
diff --git a/cgminer.c b/cgminer.c
index 993ad32..5caf08a 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -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;
}