From a52c492233432111f5769c03c53cbb213b3cccce Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 5 May 2016 16:31:05 +0200 Subject: layers: #486 Add some missing spaces where needed ... Original commit message: Add some missing spaces where needed, hidden by string concatenation --- layers/swapchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/swapchain.cpp') diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 9172780d..8efa8883 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -1504,7 +1504,7 @@ static bool validateCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateI if ((pCreateInfo->queueFamilyIndexCount <= 1) || !pCreateInfo->pQueueFamilyIndices) { skipCall |= LOG_ERROR(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, device, "VkDevice", SWAPCHAIN_CREATE_SWAP_BAD_SHARING_VALUES, "%s() called with a supported " - "pCreateInfo->sharingMode of (i.e. %s)," + "pCreateInfo->sharingMode of (i.e. %s), " "but with a bad value(s) for " "pCreateInfo->queueFamilyIndexCount or " "pCreateInfo->pQueueFamilyIndices).", -- cgit v1.2.3