Browse Source

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

Con Kolivas 14 years ago
parent
commit
a73156ac76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      adl.c

+ 1 - 0
adl.c

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