Platbox icon indicating copy to clipboard operation
Platbox copied to clipboard

Debug and standard output are mixed in chipset command

Open kerneis-anssi opened this issue 2 years ago • 0 comments

The chipset command interleaves writes to stdout and stderr without proper flushing. This means in practice that the "OK" or error messages are displayed before the values they refer to, making the output impossible to understand.

A simple fix is to replace every occurrence of stderr by stdout in Platboxlib/src/global.cpp.

kerneis-anssi avatar Oct 12 '23 12:10 kerneis-anssi