IPC4: print leading zeros in UUID

When printing a missing module UUID, include leading zeros for
easier matching.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2023-11-30 17:17:48 +01:00 committed by Kai Vehmanen
parent 23de2de53b
commit b07d6e9161
1 changed files with 1 additions and 1 deletions

View File

@ -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]),