From: Chris Forbes Date: Thu, 31 Mar 2016 05:02:29 +0000 (+1300) Subject: layers: trivial: remove stray () from end of error message X-Git-Tag: upstream/1.1.92~3430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61ca9907114a345afbe234da48ae637805b15d97;p=platform%2Fupstream%2FVulkan-Tools.git 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 --- diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 56a6a21..dee2e7a 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