summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kernel.c')
-rw-r--r--kernel/kernel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c
index d0f1bce..91e1c45 100644
--- a/kernel/kernel.c
+++ b/kernel/kernel.c
@@ -69,8 +69,9 @@ void kernel_main(uint32_t eax,uint32_t ebx)
for(int i=0;i<info->mods_count;i++)
{
- log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"mod at 0x08%X-0x08%X : %s",
+ log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"mod at 0x%08X-0x%08X : %s",
mod->mod_start,mod->mod_end, mod->string);
+
mod++;
}
}