From f0579b9b67fc000d7edf040667327b6e4b8da699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sun, 8 Jun 2025 16:50:48 +0200 Subject: [PATCH] pipewire: module-rt: deduplicate log message --- src/modules/module-rt.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/module-rt.c b/src/modules/module-rt.c index 5f7182bba..71153a84b 100644 --- a/src/modules/module-rt.c +++ b/src/modules/module-rt.c @@ -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,