Skip to content

Commit

Permalink
Adds log about recursive rendered block #68
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinoprea committed Mar 15, 2016
1 parent d0e4485 commit 855444f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/Debug/Model/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function startRendering(Mage_Core_Block_Abstract $block)
// Recursive block instances with same name is used - we don't update render start time
$this->renderedCount++;

Mage::log("Recursive block rendering {$this->getName()}", Zend_Log::DEBUG);
return;
}

Expand Down

0 comments on commit 855444f

Please sign in to comment.