mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-21 14:50:38 +02:00
core: remove warning on the error callback
libpipewire already prints this, so we get it duplicated on the log
This commit is contained in:
parent
d89c4ecd94
commit
9b0417cb68
1 changed files with 0 additions and 3 deletions
|
|
@ -170,9 +170,6 @@ core_error (void *data, uint32_t id, int seq, int res, const char *message)
|
|||
{
|
||||
WpCore *self = WP_CORE (data);
|
||||
|
||||
wp_warning_object (self, "error id:%u seq:%d res:%d (%s): %s",
|
||||
id, seq, res, spa_strerror(res), message);
|
||||
|
||||
/* protocol socket disconnected; schedule disconnecting our core */
|
||||
if (id == 0 && res == -EPIPE) {
|
||||
wp_core_idle_add_closure (self, NULL, g_cclosure_new_object (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue