spa: libcamera: remove wrong prefix from log message

This commit is contained in:
Barnabás Pőcze 2024-03-08 23:29:22 +01:00 committed by Wim Taymans
parent b7ef5c92bc
commit 87368c8e4f

View file

@ -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;
}
}