esrlabs / northstar

Embedded container runtime
Apache License 2.0
171 stars 32 forks source link

Write message and newline in one string #1014

Closed flxo closed 1 year ago

flxo commented 1 year ago

println! results in two writes to stdout. Manually insert the newline in the log message in order to avoid interference.