Browse Source

Merge commit '55aaa7c' into bfgminer

Conflicts:
	adl.c
Luke Dashjr 13 years ago
parent
commit
63c12a9b92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      adl.c

+ 1 - 1
adl.c

@@ -693,7 +693,7 @@ int gpu_fanpercent(int gpu)
 	if (unlikely(ga->has_fanspeed && ret == -1)) {
 	if (unlikely(ga->has_fanspeed && ret == -1)) {
 		applog(LOG_WARNING, "GPU %d stopped reporting fanspeed due to driver corruption", gpu);
 		applog(LOG_WARNING, "GPU %d stopped reporting fanspeed due to driver corruption", gpu);
 		if (opt_restart) {
 		if (opt_restart) {
-			applog(LOG_WARNING, "Restart enabled, will restart BFGMiner");
+			applog(LOG_WARNING, "Restart enabled, will attempt to restart BFGMiner");
 			applog(LOG_WARNING, "You can disable this with the --no-restart option");
 			applog(LOG_WARNING, "You can disable this with the --no-restart option");
 			app_restart();
 			app_restart();
 		}
 		}