1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Display GPU number and device name when ADL is successfully enabled on it.

This commit is contained in:
Con Kolivas 2012-01-30 10:02:51 +11:00
parent 176bbcbc79
commit a73156ac76

1
adl.c
View File

@ -322,6 +322,7 @@ void init_adl(int nDevs)
continue;
}
applog(LOG_INFO, "GPU %d %s hardware monitoring enabled", gpu, lpInfo[i].strAdapterName);
gpus[gpu].has_adl = true;
/* Flag adl as active if any card is successfully activated */
adl_active = true;