-
- Downloads
Print log lines as string, not single bytes
Using %s coerces the byte array into a string, which makes it much more readable.
Please register or sign in to comment
Using %s coerces the byte array into a string, which makes it much more readable.