Files
Wez Furlong edd7eb9ebb server-common: try to be more faithful when logging bytes
Previously, we'd use a lossy conversion that would replace
funky sequences with the unicode replacement character.

This commit will instead print the bad bytes as hex-escaped characters.

This can be useful when troubleshooting things in tests; this commit
also turns up info logging for the lua test runner so that we can see
that, although nothing else in this commit actually calls that.
I did use it while troubleshooting things just now though, so it is
generally useful.
2026-03-28 07:20:34 +00:00
..
2025-08-13 07:09:53 +01:00