From 0557fa5cec96c8cb3667bb856222e229f3270cc3 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 10 Jan 2022 10:43:13 +0100 Subject: [PATCH] Forgot the log stuff --- tasmota/xdrv_52_9_berry.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_52_9_berry.ino b/tasmota/xdrv_52_9_berry.ino index b6f64e4a1..f1b800006 100644 --- a/tasmota/xdrv_52_9_berry.ino +++ b/tasmota/xdrv_52_9_berry.ino @@ -246,7 +246,7 @@ void BerryObservability(bvm *vm, int event...) { { int32_t stack_before = va_arg(param, int32_t); int32_t stack_after = va_arg(param, int32_t); - AddLog(LOG_LEVEL_DEBUG, PSTR(D_LOG_BERRY "Stack resized from %i to %i bytes"), stack_before, stack_after); + AddLog(LOG_LEVEL_DEBUG_MORE, PSTR(D_LOG_BERRY "Stack resized from %i to %i bytes"), stack_before, stack_after); } break; case BE_OBS_VM_HEARTBEAT: