diff options
author | Wim Taymans <wtaymans@redhat.com> | 2020-08-07 10:47:18 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-08-07 10:47:18 +0200 |
commit | f4e8ebab51f1647df4c221662f01c03760e94da9 (patch) | |
tree | 4baa630225ff1ddc0aca40dba81b13639878d1b2 /spa/plugins | |
parent | 44e74c599f2a2e387728ac1a06cf6942273c4d41 (diff) |
improve debug and error messages
Diffstat (limited to 'spa/plugins')
-rw-r--r-- | spa/plugins/audioconvert/audioadapter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spa/plugins/audioconvert/audioadapter.c b/spa/plugins/audioconvert/audioadapter.c index 6a777bdf..ad36d5f2 100644 --- a/spa/plugins/audioconvert/audioadapter.c +++ b/spa/plugins/audioconvert/audioadapter.c @@ -250,7 +250,7 @@ static int negotiate_buffers(struct impl *this) struct spa_data *datas; uint32_t follower_flags, conv_flags; - spa_log_debug(this->log, "%p: %d", this, this->n_buffers); + spa_log_debug(this->log, NAME" %p: %d", this, this->n_buffers); if (this->n_buffers > 0) return 0; @@ -452,7 +452,7 @@ static int negotiate_format(struct impl *this) spa_pod_builder_init(&b, buffer, sizeof(buffer)); - spa_log_debug(this->log, NAME "%p: negiotiate", this); + spa_log_debug(this->log, NAME " %p: negiotiate", this); state = 0; format = NULL; |