Skip to content
Commit 0fc068cc authored by Gregory Nutt's avatar Gregory Nutt
Browse files

syslog: Avoid flushing syslog_stream buffer, if possible, until lib_vsprintf()...

syslog: Avoid flushing syslog_stream buffer, if possible, until lib_vsprintf() completely parses the format.  This assures that the flush will flush the entire output, even data that may potentially follow the linefeed.  And, in that case, it cannot be interleaved with other devug output.  Suggested by Jussi Kivilinna.
parent 0de294a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment