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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user