diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt index 8351efcdb..70a68440c 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt @@ -111,9 +111,9 @@ private fun make(tag: Tag, value: ImpreciseFraction, complexity: Double = } private fun logResolutionError(text: String) { - LOGGER.error("... Item chain: " + seenItems.joinToString(" -> ")) + LOGGER.debug("... Item chain: " + seenItems.joinToString(" -> ")) // LOGGER.error("Recipe chain: " + seenRecipes.joinToString(" -> ")) - LOGGER.error(text) + LOGGER.debug(text) } private enum class ResultType {