refactor/update error logging message for glossary file check for clarity

This commit is contained in:
Hongwei 2025-04-29 13:34:17 +02:00
parent 5a3ad390d1
commit 24879206d6

View File

@ -3525,7 +3525,7 @@ object Glossary extends MdcLoggable {
.filter(_.getName.endsWith(".md"))
.toList
} else {
logger.error(s"Do not have any files under glossary path ($glossaryPath), please double check the folder: obp-api/src/main/resources/docs/glossary")
logger.error(s"There are no glossary files under the path ($glossaryPath), please double check the folder: obp-api/src/main/resources/docs/glossary")
List.empty[File]
}
}