diff --git a/drivers/led/led_pwm.c b/drivers/led/led_pwm.c index 4bf8d5b13b3..6be72c9930f 100644 --- a/drivers/led/led_pwm.c +++ b/drivers/led/led_pwm.c @@ -125,7 +125,8 @@ static int led_pwm_pm_action(const struct device *dev, enum pm_device_state state; const struct led_pwm *led_pwm = &config->led[i]; - LOG_DBG("Switching PWM %p to state %" PRIu32, led_pwm->dev, state); + LOG_DBG("PWM %p running pm action %" PRIu32, led_pwm->dev, + action); /* NOTE: temporary solution, deserves proper fix */ switch (action) {