mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pipewire: module-rt: deduplicate log message
This commit is contained in:
parent
c4984e33b2
commit
f0579b9b67
1 changed files with 3 additions and 4 deletions
|
|
@ -1173,12 +1173,11 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
do_rtkit_setup, 0, NULL, 0, false, impl);
|
||||
|
||||
pw_log_debug("initialized using RTKit");
|
||||
} else {
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
pw_log_debug("initialized using regular realtime scheduling");
|
||||
}
|
||||
#else
|
||||
pw_log_debug("initialized using regular realtime scheduling");
|
||||
#endif
|
||||
|
||||
impl->thread_utils.iface = SPA_INTERFACE_INIT(
|
||||
SPA_TYPE_INTERFACE_ThreadUtils,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue