make some warnings into log

Move some warnings when a wakeup was missed to info messages. The
warning can repeat a lot and is otherwise quite useless and already
reported elsewhere.
This commit is contained in:
Wim Taymans 2021-12-07 10:19:10 +01:00
parent c20f22466e
commit fbef731793
2 changed files with 2 additions and 2 deletions

View file

@ -1279,7 +1279,7 @@ static inline uint32_t cycle_run(struct client *c)
break;
}
if (SPA_UNLIKELY(cmd > 1))
pw_log_warn("%p: missed %"PRIu64" wakeups", c, cmd - 1);
pw_log_info("%p: missed %"PRIu64" wakeups", c, cmd - 1);
clock_gettime(CLOCK_MONOTONIC, &ts);
activation->status = PW_NODE_ACTIVATION_AWAKE;