diff --git a/dist/submodules/CORE b/dist/submodules/CORE index 6f480e4..864af56 160000 --- a/dist/submodules/CORE +++ b/dist/submodules/CORE @@ -1 +1 @@ -Subproject commit 6f480e406d07841cdde451b35e8ac554d51566c8 +Subproject commit 864af56021e784d6ca84ff0222fe6ef5d4056cb7 diff --git a/src/presenloader.gd b/src/presenloader.gd index bbefa73..b99ee6d 100644 --- a/src/presenloader.gd +++ b/src/presenloader.gd @@ -24,7 +24,7 @@ func _ready() -> void: logger.info("Presentation loader is ready") func load_presentation(load_path: String) -> String: - logger.info("Validating presentation located at " + load_path) + logger.info(core.misc.stringify_variables("Loading presentation located at %path%", { "path": load_path })) path = load_path is_file = FileAccess.file_exists(path)