mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-30 11:10:29 -04:00
spa: libcamera: source: fix typo in log message
';' -> ':'
(cherry picked from commit 7a98bcf735)
This commit is contained in:
parent
b6c0f26fd1
commit
989b2150dc
1 changed files with 1 additions and 1 deletions
|
|
@ -2054,7 +2054,7 @@ int impl_node_process(void *object)
|
||||||
if (port->control)
|
if (port->control)
|
||||||
process_control(impl, &port->control->sequence);
|
process_control(impl, &port->control->sequence);
|
||||||
|
|
||||||
spa_log_trace(impl->log, "%p; status %d", impl, io->status);
|
spa_log_trace(impl->log, "%p: status %d", impl, io->status);
|
||||||
|
|
||||||
if (io->status == SPA_STATUS_HAVE_DATA) {
|
if (io->status == SPA_STATUS_HAVE_DATA) {
|
||||||
return SPA_STATUS_HAVE_DATA;
|
return SPA_STATUS_HAVE_DATA;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue