Change repetitive prints from DEBUG to TRACE
This commit is contained in:
committed by
Jeremy Soller
parent
913b0dfc44
commit
90057df94f
@ -180,6 +180,6 @@ uint8_t peci_get_fan_duty(void) {
|
||||
duty = fan_cooldown(&FAN, duty);
|
||||
}
|
||||
|
||||
DEBUG("PECI temp=%d\n", peci_temp);
|
||||
TRACE("PECI temp=%d\n", peci_temp);
|
||||
return duty;
|
||||
}
|
||||
|
Reference in New Issue
Block a user