X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0f73e6cc9945f9b4a074bb62b9708d1751fa3723..8c06c883e7b13c115d5ff207f79d4b68fccd5ad6:/lunaix-os/kernel/fs/probe_boot.c diff --git a/lunaix-os/kernel/fs/probe_boot.c b/lunaix-os/kernel/fs/probe_boot.c index 2ddc9b1..77b4dff 100644 --- a/lunaix-os/kernel/fs/probe_boot.c +++ b/lunaix-os/kernel/fs/probe_boot.c @@ -23,7 +23,7 @@ probe_boot_medium() int errno = pos->ops.read(pos, (void*)volp, ISO9660_READ_OFF, ISO9660_BLKSZ); if (errno < 0) { - kprintf(KINFO "failed %xh:%xh, /dev/%s\n", + kprintf(KINFO "failed %xh:%xh, /dev/%s", pos->ident.fn_grp, pos->ident.unique, pos->name.value); @@ -36,7 +36,7 @@ probe_boot_medium() } if (*(u32_t*)volp->sys_id == LUNAIX_ID) { - kprintf(KINFO "%xh:%xh, /dev/%s, %s\n", + kprintf(KINFO "%xh:%xh, /dev/%s, %s", pos->ident.fn_grp, pos->ident.unique, pos->name.value,