pulse: improve debug

This commit is contained in:
Wim Taymans 2020-10-27 16:46:12 +01:00
parent e571c0bcb1
commit acfb48e3da
2 changed files with 4 additions and 4 deletions

View file

@ -639,7 +639,7 @@ jack_get_version_string(void)
static void on_sync_reply(void *data, uint32_t id, int seq)
{
struct client *client = data;
if (id != 0)
if (id != PW_ID_CORE)
return;
client->last_sync = seq;
pw_thread_loop_signal(client->context.loop, false);