@@ -123,7 +123,7 @@ class Manager implements IManager {
...
@@ -123,7 +123,7 @@ class Manager implements IManager {
$sectionID=$section->getID();
$sectionID=$section->getID();
if(isset($this->sections[$type][$sectionID])){
if(isset($this->sections[$type][$sectionID])){
$this->log->logException(new\InvalidArgumentException('Section with the same ID already registered'),['level'=>ILogger::INFO]);
$this->log->logException(new\InvalidArgumentException('Section with the same ID already registered: '.$sectionID.', class: '.$class),['level'=>ILogger::INFO]);