Skip to content

Commit f16ad6f

Browse files
Fix wrong extension in log message
1 parent b6b2ddd commit f16ad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/wsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ VKAPI_ATTR VkResult VKAPI_CALL terminator_CreateDisplayPlaneSurfaceKHR(VkInstanc
20902090
struct loader_instance *loader_inst = loader_get_instance(instance);
20912091
if (!loader_inst->enabled_extensions.khr_display) {
20922092
loader_log(loader_inst, VULKAN_LOADER_ERROR_BIT, 0,
2093-
"VK_KHR_surface extension not enabled. vkCreateDisplayPlaneSurfaceKHR not executed!");
2093+
"VK_KHR_display extension not enabled. vkCreateDisplayPlaneSurfaceKHR not executed!");
20942094
result = VK_ERROR_EXTENSION_NOT_PRESENT;
20952095
goto out;
20962096
}

0 commit comments

Comments
 (0)