pipewire: module-rt: deduplicate log message

This commit is contained in:
Barnabás Pőcze 2025-06-08 16:50:48 +02:00 committed by Wim Taymans
parent c4984e33b2
commit f0579b9b67

View file

@ -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,