Browse Source

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

Con Kolivas 12 years ago
parent
commit
4728dd82d1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cgminer.c

+ 0 - 2
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;
 }