X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b297c96099a08a9f2b7e20e80a8f43515fabd714..85dc2ffc4c376b5e06a0ef5060de566afedcc659:/lunaix-os/kernel/kprint/kprintf.c diff --git a/lunaix-os/kernel/kprint/kprintf.c b/lunaix-os/kernel/kprint/kprintf.c index 363abc6..376df36 100644 --- a/lunaix-os/kernel/kprint/kprintf.c +++ b/lunaix-os/kernel/kprint/kprintf.c @@ -112,7 +112,7 @@ __twimap_kprintf_read(struct twimap* map) { time_t s = pos->time / 1000; time_t ms = pos->time % 1000; - twimap_printf(map, "[%05d.%03d] %s\n", s, ms, pos->content); + twimap_printf(map, "[%05d.%03d] %s", s, ms, pos->content); } }