Skip to content
Snippets Groups Projects
Commit 23cb213d authored by Florian Fischer's avatar Florian Fischer
Browse files

[EchoClient] improve unexpected echo output

Build up output string and don't incrementally output it to stderr
to hopefully prevent error messages interleaving.
Only output the least significant byte of the unsigned int cast.
Always use two digits per byte and remove the whitespace.
Should have used printf in the first place.
parent 42d8815b
No related branches found
No related tags found
1 merge request!155[EchoClient] improve unexpected echo output
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment