From 7a98bcf73552829b6202fa14a081d4d31d232373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Fri, 5 Sep 2025 17:42:15 +0200 Subject: [PATCH] spa: libcamera: source: fix typo in log message ';' -> ':' --- spa/plugins/libcamera/libcamera-source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/libcamera/libcamera-source.cpp b/spa/plugins/libcamera/libcamera-source.cpp index c87d220f5..08f92c5d7 100644 --- a/spa/plugins/libcamera/libcamera-source.cpp +++ b/spa/plugins/libcamera/libcamera-source.cpp @@ -2075,7 +2075,7 @@ int impl_node_process(void *object) if (port->control) 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) { return SPA_STATUS_HAVE_DATA;