Skip to content

Commit

Permalink
Improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Jan 10, 2025
1 parent 9959ac7 commit 8ae4416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fun loadEtsProjectFromResources(
modules: List<String>,
prefix: String,
): EtsScene {
logger.info { "Loading Ets project with modules $modules from '$prefix/<module>'" }
logger.info { "Loading project with ${modules.size} modules $modules from '$prefix/<module>'" }
val dirPaths = modules.map { "$prefix/$it" }
val files = loadMultipleEtsFilesFromMultipleResourceDirectories(dirPaths).toList()
logger.info { "Loaded ${files.size} files" }
Expand Down

0 comments on commit 8ae4416

Please sign in to comment.