Layers: update log message and documentation so it is clear that VK_LAYER_PATH does...
authorphish3y <logsdonevan1@gmail.com>
Wed, 30 Nov 2022 04:24:44 +0000 (20:24 -0800)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 2 Dec 2022 18:10:52 +0000 (12:10 -0600)
docs/LoaderDebugging.md
loader/loader.c

index 8ed0dfc..1704c8f 100644 (file)
@@ -99,7 +99,7 @@ the following:
 
 ```
 LAYER: Searching for layer manifest files
-LAYER:  In following folders:
+LAYER:  In following locations:
 LAYER:   /home/${USER}/.config/vulkan/implicit_layer.d
 LAYER:   /etc/xdg/vulkan/implicit_layer.d
 LAYER:   /usr/local/etc/vulkan/implicit_layer.d
index b8a7954..bc80284 100644 (file)
@@ -3118,7 +3118,7 @@ static VkResult read_data_files_in_search_paths(const struct loader_instance *in
                 log_flags = VULKAN_LOADER_LAYER_BIT;
                 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, "Searching for layer manifest files");
             }
-            loader_log(inst, log_flags, 0, "   In following folders:");
+            loader_log(inst, log_flags, 0, "   In following locations:");
             char *cur_file;
             char *next_file = tmp_search_path;
             while (NULL != next_file && *next_file != '\0') {