From a73156ac763f64a01d4247839bee187fe2d44923 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 30 Jan 2012 10:02:51 +1100 Subject: [PATCH] Display GPU number and device name when ADL is successfully enabled on it. --- adl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/adl.c b/adl.c index 3ea4a06b..2d97a817 100644 --- a/adl.c +++ b/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;