mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
core: improve debug
This commit is contained in:
parent
9e3ae3a045
commit
6f2534f5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ error_properties:
|
|||
pw_log_error(NAME" %p: can't create properties: %m", p);
|
||||
goto exit_free;
|
||||
error_protocol:
|
||||
pw_log_error(NAME" %p: can't find native protocol: %s", p, spa_strerror(res));
|
||||
pw_log_error(NAME" %p: can't find protocol '%s': %s", p, protocol_name, spa_strerror(res));
|
||||
goto exit_free;
|
||||
error_connection:
|
||||
res = -errno;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue