From daa03e5b3c70b39029f01589e1a7b996561d1513 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 17 Oct 2025 15:17:28 -1000 Subject: [PATCH] fix --- esphome/analyze_memory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/analyze_memory/__init__.py b/esphome/analyze_memory/__init__.py index 11e5933911..af1aee66c8 100644 --- a/esphome/analyze_memory/__init__.py +++ b/esphome/analyze_memory/__init__.py @@ -320,7 +320,7 @@ class MemoryAnalyzer: self._demangle_cache[original] = demangled # Log symbols that failed to demangle (stayed the same) if original == demangled and original.startswith("_Z"): - _LOGGER.debug("Failed to demangle symbol: %s", original[:100]) + _LOGGER.debug("Failed to demangle symbol: %s", original) return except (subprocess.SubprocessError, OSError, UnicodeDecodeError) as e: # On error, cache originals