commit | 9bd74de23147250ff882901159ce389a4e70563d | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jun 15 20:30:48 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Tue Jun 15 20:30:48 2021 -0700 |
tree | 79fde0c9e04c1de7b67452c3aa7821103d410cfc | |
parent | 4418ca541376ae8bc1c0a8aae2f29ab9a29a792c [diff] [blame] |
Add nice logs
diff --git a/src/kernel/vfs_initrd.c b/src/kernel/vfs_initrd.c index cad6d0b..bca0b50 100644 --- a/src/kernel/vfs_initrd.c +++ b/src/kernel/vfs_initrd.c
@@ -81,7 +81,7 @@ if (h->magic != INITRD_MAGIC) { - kprintf("initrd magic is wrong: %x should be %x\n", h->magic, + kprintf(ERROR "initrd magic is wrong: %x should be %x\n", h->magic, INITRD_MAGIC); kpanic("initrd magic"); }