diff --git a/kazu/ontology_preprocessing/base.py b/kazu/ontology_preprocessing/base.py index 30d15ece..abc24a0c 100644 --- a/kazu/ontology_preprocessing/base.py +++ b/kazu/ontology_preprocessing/base.py @@ -422,7 +422,7 @@ def _create_human_conflict_report(self) -> OntologyResourceSetConflictReport: if len(human_curation_report.case_conflicts) > 0: logger.warning( - "%s case conflicts detected in human curation set for %s. These will not be used until they are fixed. See the global conflict report in the model pack root.", + "%s case conflicts detected in human curation set for %s. These will not be used until they are fixed. Use the Kazu Resource Tool to fix these.", len(human_curation_report.case_conflicts), self.name, )