mirror of https://github.com/arendst/Tasmota.git
Move log message back
This commit is contained in:
parent
f1bb492209
commit
55f42ee5ad
|
@ -256,7 +256,7 @@ void BerryObservability(bvm *vm, int event...) {
|
|||
uint32_t gc_elapsed = millis() - gc_time;
|
||||
uint32_t vm_scanned = va_arg(param, uint32_t);
|
||||
uint32_t vm_freed = va_arg(param, uint32_t);
|
||||
AddLog(LOG_LEVEL_DEBUG, D_LOG_BERRY "GC from %i to %i bytes, objects freed %i/%i (in %d ms)",
|
||||
AddLog(LOG_LEVEL_DEBUG_MORE, D_LOG_BERRY "GC from %i to %i bytes, objects freed %i/%i (in %d ms)",
|
||||
vm_usage, vm_usage2, vm_freed, vm_scanned, gc_elapsed);
|
||||
// make new threshold tighter when we reach high memory usage
|
||||
if (!UsePSRAM() && vm->gc.threshold > 20*1024) {
|
||||
|
|
Loading…
Reference in New Issue