mirror of https://github.com/arendst/Tasmota.git
Fix PR#17893 (#17901)
This commit is contained in:
parent
1d5da9b73b
commit
4cb9acec65
|
@ -625,7 +625,7 @@ void dump2log(void) {
|
||||||
logsiz = mp->sbsiz;
|
logsiz = mp->sbsiz;
|
||||||
}
|
}
|
||||||
memmove(mp->sbuff, payload, logsiz);
|
memmove(mp->sbuff, payload, logsiz);
|
||||||
AddLog(LOG_LEVEL_INFO PSTR("SML: decrypted block: %d bytes"), logsiz);
|
AddLog(LOG_LEVEL_INFO, PSTR("SML: decrypted block: %d bytes"), logsiz);
|
||||||
uint16_t index = 0;
|
uint16_t index = 0;
|
||||||
while (logsiz) {
|
while (logsiz) {
|
||||||
sml_dump_start('>');
|
sml_dump_start('>');
|
||||||
|
|
Loading…
Reference in New Issue