Fix journal_entry() to separate thread and event by space
Broken in commit effc1b18
.
This commit is contained in:
parent
4d7d7bb77e
commit
19614ab6dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue