fixup! working
This commit is contained in:
parent
1adda1e65e
commit
869cf85ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Whitening::use(bool encode, const LUT &lut, State state, std::span<uint8_t> byte
|
|||
}
|
||||
|
||||
if (log)
|
||||
ESP_LOGV(TAG, "%s: output: %s", encode ? "encode" : "decode",
|
||||
ESP_LOGV(TAG, "%s: output: (%02hhX) %s", encode ? "encode" : "decode", state,
|
||||
format_hex_pretty(&bytes[0], bytes.size()).c_str());
|
||||
else
|
||||
ESP_LOGVV(TAG, "%s: output: %s", encode ? "encode" : "decode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue