spa: libcamera: source: fix typo in log message

';' -> ':'

(cherry picked from commit 7a98bcf735)
This commit is contained in:
Barnabás Pőcze 2025-09-05 17:42:15 +02:00 committed by Robert Mader
parent b6c0f26fd1
commit 989b2150dc

View file

@ -2054,7 +2054,7 @@ int impl_node_process(void *object)
if (port->control)
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) {
return SPA_STATUS_HAVE_DATA;