mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
impl-module: turn an error into debug
The error is usually reported or ignored by the caller.
This commit is contained in:
parent
3162465f6f
commit
a1cb786ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ error_no_global:
|
||||||
pw_log_error("\"%s\": failed to create global: %m", this->info.filename);
|
pw_log_error("\"%s\": failed to create global: %m", this->info.filename);
|
||||||
goto error_free_module;
|
goto error_free_module;
|
||||||
error_init_failed:
|
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;
|
goto error_free_module;
|
||||||
|
|
||||||
error_free_module:
|
error_free_module:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue