mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
improve error handling
This commit is contained in:
parent
8cda0dd962
commit
b2992a0f8a
2 changed files with 7 additions and 3 deletions
|
|
@ -469,7 +469,7 @@ static void idle_func(struct spa_source *source)
|
|||
}
|
||||
|
||||
if ((r = pw_rtkit_make_realtime(system_bus, 0, rtprio)) < 0) {
|
||||
pw_log_debug("could not make thread realtime: %s", strerror(r));
|
||||
pw_log_debug("could not make thread realtime: %s", spa_strerror(r));
|
||||
} else {
|
||||
pw_log_debug("thread made realtime");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue