From 61ca9907114a345afbe234da48ae637805b15d97 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 31 Mar 2016 18:02:29 +1300 Subject: layers: trivial: remove stray () from end of error message This wasn't describing a function; the () on the end is just nonsense. Signed-off-by: Chris Forbes --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.cpp') diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 56a6a218..dee2e7ac 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -771,7 +771,7 @@ static VkBool32 set_mem_binding(layer_data *dev_data, void *dispatch_object, VkD if (!pObjBindInfo) { skipCall |= log_msg(dev_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, type, handle, __LINE__, MEMTRACK_MISSING_MEM_BINDINGS, - "MEM", "In %s, attempting to update Binding of %s Obj(%#" PRIxLEAST64 ") that's not in global list()", + "MEM", "In %s, attempting to update Binding of %s Obj(%#" PRIxLEAST64 ") that's not in global list", object_type_to_string(type), apiName, handle); } else { // non-null case so should have real mem obj -- cgit v1.2.3