Skip to content

Debug and standard output are mixed in chipset command #10

@kerneis-anssi

Description

@kerneis-anssi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions