mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
improve debug
This commit is contained in:
parent
011992e774
commit
8dcd6c4417
3 changed files with 32 additions and 25 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include "alsa-seq.h"
|
||||
|
||||
#define CHECK(s,msg) if ((res = (s)) < 0) { spa_log_error(state->log, msg ": %s", snd_strerror(res)); return res; }
|
||||
#define CHECK(s,msg,...) if ((res = (s)) < 0) { spa_log_error(state->log, msg ": %s", ##__VA_ARGS__, snd_strerror(res)); return res; }
|
||||
|
||||
static int seq_open(struct seq_state *state, struct seq_conn *conn, bool with_queue)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue