diff --git a/components/brmesh/whitening.cpp b/components/brmesh/whitening.cpp index 767d788..3658638 100644 --- a/components/brmesh/whitening.cpp +++ b/components/brmesh/whitening.cpp @@ -28,7 +28,7 @@ Whitening::use(bool encode, const LUT &lut, State state, std::span 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",