insert the missing space

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20954 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-05-01 18:10:12 +00:00
parent fa1d29d138
commit 19ca4fb578
+1 -1
View File
@@ -126,7 +126,7 @@ syslog_output(syslog_message &message)
// parse & nicely print the time stamp from the message
struct tm when;
localtime_r(&message.when, &when);
pos = strftime(header, sizeof(header), "%Y-%m-%d %H:%M:%S", &when);
pos = strftime(header, sizeof(header), "%Y-%m-%d %H:%M:%S ", &when);
}
// add facility