From b4b2fb8cd1110fbaa610ace150cec05b5a379adf Mon Sep 17 00:00:00 2001 From: alfredbez Date: Tue, 25 Jun 2019 09:39:30 +0200 Subject: [PATCH] add logging to template block fixer --- Core/ModuleStateFixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/ModuleStateFixer.php b/Core/ModuleStateFixer.php index d545f19..56db2ca 100644 --- a/Core/ModuleStateFixer.php +++ b/Core/ModuleStateFixer.php @@ -635,6 +635,7 @@ protected function _addTemplateBlocks($moduleBlocks, $moduleId) if ($rowsEffected) { $this->needCacheClear = true; + $this->output->info("fixed template blocks for module " . $moduleId); } }