mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: libcamera: source: fix typo in log message
';' -> ':'
This commit is contained in:
parent
756df7b6ae
commit
7a98bcf735
1 changed files with 1 additions and 1 deletions
|
|
@ -2075,7 +2075,7 @@ int impl_node_process(void *object)
|
||||||
if (port->control)
|
if (port->control)
|
||||||
process_control(impl, &port->control->sequence, port->control_size);
|
process_control(impl, &port->control->sequence, port->control_size);
|
||||||
|
|
||||||
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