aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/device_util.c')
-rw-r--r--src/device/device_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_util.c b/src/device/device_util.c
index 42dc89a92e..edf053d0dd 100644
--- a/src/device/device_util.c
+++ b/src/device/device_util.c
@@ -192,7 +192,7 @@ const char *dev_path(const struct device *dev)
dev->path.ioapic.ioapic_id);
break;
case DEVICE_PATH_DOMAIN:
- snprintf(buffer, sizeof(buffer), "DOMAIN: %04x",
+ snprintf(buffer, sizeof(buffer), "DOMAIN: %08x",
dev->path.domain.domain);
break;
case DEVICE_PATH_CPU_CLUSTER: