From a1cb786ee73d8870806131888c5ecd8aa90cd23a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 14 Jan 2021 15:08:14 +0100 Subject: [PATCH] impl-module: turn an error into debug The error is usually reported or ignored by the caller. --- src/pipewire/impl-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/impl-module.c b/src/pipewire/impl-module.c index 5b0f39660..332f903aa 100644 --- a/src/pipewire/impl-module.c +++ b/src/pipewire/impl-module.c @@ -278,7 +278,7 @@ error_no_global: pw_log_error("\"%s\": failed to create global: %m", this->info.filename); goto error_free_module; error_init_failed: - pw_log_error("\"%s\": failed to initialize: %s", this->info.filename, spa_strerror(res)); + pw_log_debug("\"%s\": failed to initialize: %s", this->info.filename, spa_strerror(res)); goto error_free_module; error_free_module: