Browse Source

Warn about killing mining threads

Luke Dashjr 12 years ago
parent
commit
0e9e8758a6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

@@ -3555,6 +3555,7 @@ static void __kill_work(void)
 		if (!(thr && thr->cgpu->threads))
 			continue;
 		
+		applog(LOG_WARNING, "Killing %"PRIpreprv, thr->cgpu->proc_repr);
 		thr_info_cancel(thr);
 		pthread_join(thr->pth, NULL);
 	}