Fix journal_entry() to separate thread and event by space

Broken in commit effc1b18.
This commit is contained in:
Markus Armbruster 2008-09-12 17:52:40 -04:00
parent 4d7d7bb77e
commit 19614ab6dc

View file

@ -83,7 +83,7 @@ journal_entry(char *fmt, ...)
if (journal) {
time(&now);
fprintf(journal, "%.24s %10.10s:",
fprintf(journal, "%.24s %10.10s ",
ctime(&now), empth_name(empth_self()));
va_start(ap, fmt);