Skip to content

Commit 35c1713

Browse files
Fix log message in vkGetPhysicalDeviceSurfaceFormatsKHR
1 parent f261b16 commit 35c1713

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
@@ -362,7 +362,7 @@ VKAPI_ATTR VkResult VKAPI_CALL terminator_GetPhysicalDeviceSurfaceFormatsKHR(VkP
362362
// Zero out the format count as this driver doesn't support WSI functionality
363363
*pSurfaceFormatCount = 0;
364364
loader_log(loader_inst, VULKAN_LOADER_ERROR_BIT, 0,
365-
"ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceCapabilitiesKHR!");
365+
"ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceFormatsKHR!");
366366
return VK_SUCCESS;
367367
}
368368

0 commit comments

Comments
 (0)