diff --git a/src/ipc/ipc4/helper.c b/src/ipc/ipc4/helper.c index 0f5867ab9080..cb814d3101ae 100644 --- a/src/ipc/ipc4/helper.c +++ b/src/ipc/ipc4/helper.c @@ -847,7 +847,7 @@ const struct comp_driver *ipc4_get_drv(uint8_t *uuid) } } - tr_err(&comp_tr, "get_drv(): the provided UUID (%8x %8x %8x %8x) can't be found!", + tr_err(&comp_tr, "get_drv(): the provided UUID (%08x %08x %08x %08x) can't be found!", *(uint32_t *)(&uuid[0]), *(uint32_t *)(&uuid[4]), *(uint32_t *)(&uuid[8]),