Commit 55aaa7c1ccec49f6c2fcba5d2bcd099434485f85

Con Kolivas 2012-06-28T09:11:29

Slightly different message since restart may not be successful.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/adl.c b/adl.c
index 1d7a557..4c75f3f 100644
--- a/adl.c
+++ b/adl.c
@@ -693,7 +693,7 @@ int gpu_fanpercent(int gpu)
 	if (unlikely(ga->has_fanspeed && ret == -1)) {
 		applog(LOG_WARNING, "GPU %d stopped reporting fanspeed due to driver corruption", gpu);
 		if (opt_restart) {
-			applog(LOG_WARNING, "Restart enabled, will restart cgminer");
+			applog(LOG_WARNING, "Restart enabled, will attempt to restart cgminer");
 			applog(LOG_WARNING, "You can disable this with the --no-restart option");
 			app_restart();
 		}