core: improve debug

This commit is contained in:
Wim Taymans 2020-10-02 16:23:08 +02:00
parent 9e3ae3a045
commit 6f2534f5ab

View file

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