mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
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:
parent
c20f22466e
commit
fbef731793
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue