impl-module: turn an error into debug

The error is usually reported or ignored by the caller.
This commit is contained in:
Wim Taymans 2021-01-14 15:08:14 +01:00
parent 3162465f6f
commit a1cb786ee7

View file

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