Skip to content

Commit 2c08424

Browse files
committed
Fix logger
1 parent 620c029 commit 2c08424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/Application/Psmb.PsmbImport/Classes/Command/SermonCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ protected function getOrCreateCategoryByName(string $name, NodeInterface $parent
274274
return null;
275275
}
276276
} else {
277-
$this->logger->debug(sprintf('Found existing category "%s": %s', $trimmedName, $node->getPath()));
277+
$this->logger->log(sprintf('Found existing category "%s": %s', $trimmedName, $node->getPath()));
278278
return $node;
279279
}
280280
}

0 commit comments

Comments
 (0)