1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 12:34:27 +00:00

adl fix trailing %

This commit is contained in:
Kano 2013-05-02 23:07:06 +10:00
parent 56a45778f8
commit 7e3242b05c

2
adl.c
View File

@ -1067,7 +1067,7 @@ static bool fan_autotune(int gpu, int temp, int fanpercent, int lasttemp, bool *
get_fanrange(gpu, &iMin, &iMax);
if (temp > ga->overtemp && fanpercent < iMax) {
applog(LOG_WARNING, "Overheat detected on GPU %d, increasing fan to 100%", gpu);
applog(LOG_WARNING, "Overheat detected on GPU %d, increasing fan to 100%%", gpu);
newpercent = iMax;
dev_error(cgpu, REASON_DEV_OVER_HEAT);