diff options
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index 86bbaed8..ff26ee8d 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -1458,7 +1458,7 @@ static void loader_get_manifest_files(const char *env_override, } // Print out the paths being searched if debugging is enabled - loader_log(VK_DBG_REPORT_DEBUG_BIT, 0, "Searching the following paths for ICDs %s\n", loc); + loader_log(VK_DBG_REPORT_DEBUG_BIT, 0, "Searching the following paths for manifest files: %s\n", loc); file = loc; while (*file) { |
