1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 13:04:29 +00:00

Slightly different message since restart may not be successful.

This commit is contained in:
Con Kolivas 2012-06-28 09:11:29 +10:00
parent 07045055e9
commit 55aaa7c1cc

2
adl.c
View File

@ -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 cgminer"); applog(LOG_WARNING, "Restart enabled, will attempt to restart cgminer");
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();
} }