git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
release the dnode lock after EACCESS in path walk
[lunaix-os.git]
/
lunaix-os
/
kernel
/
kprint
/
kprintf.c
diff --git
a/lunaix-os/kernel/kprint/kprintf.c
b/lunaix-os/kernel/kprint/kprintf.c
index 363abc687b5d770113e74fd98f848e529dbe8a7c..376df360e4d19d25c492c09af3ae690b0af81b11 100644
(file)
--- 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);
}
}