diff --git a/spa/plugins/libcamera/libcamera-utils.cpp b/spa/plugins/libcamera/libcamera-utils.cpp index 970bbd4f9..e08afac4b 100644 --- a/spa/plugins/libcamera/libcamera-utils.cpp +++ b/spa/plugins/libcamera/libcamera-utils.cpp @@ -763,7 +763,7 @@ mmap_init(struct impl *impl, struct port *port, } else if (d[0].type & (1u << SPA_DATA_MemPtr)) { port->memtype = SPA_DATA_MemPtr; } else { - spa_log_error(impl->log, "v4l2: can't use buffers of type %d", d[0].type); + spa_log_error(impl->log, "can't use buffers of type %d", d[0].type); return -EINVAL; } }