From b07d6e9161a6a66b8da2b58523e9db4e4779ec06 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Thu, 30 Nov 2023 17:17:48 +0100 Subject: [PATCH] IPC4: print leading zeros in UUID When printing a missing module UUID, include leading zeros for easier matching. Signed-off-by: Guennadi Liakhovetski --- src/ipc/ipc4/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc/ipc4/helper.c b/src/ipc/ipc4/helper.c index eb899c3c7..a7652e935 100644 --- a/src/ipc/ipc4/helper.c +++ b/src/ipc/ipc4/helper.c @@ -875,7 +875,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]),