Merge pull request #1011 from eve-mem/layer_debug_info

Layer debug info to show file size
This commit is contained in:
ikelos
2023-11-15 01:06:13 +00:00
committed by GitHub
@@ -156,6 +156,9 @@ class LayerStacker(interfaces.automagic.AutomagicInterface):
self._cached = context.config.get(path, None), context.config.branch(
path
)
vollog.debug(
f"physical_layer maximum_address: {physical_layer.maximum_address}"
)
vollog.debug(f"Stacked layers: {stacked_layers}")
@classmethod