layers: trivial: remove stray () from end of error message
authorChris Forbes <chrisforbes@google.com>
Thu, 31 Mar 2016 05:02:29 +0000 (18:02 +1300)
committerTobin Ehlis <tobine@google.com>
Fri, 1 Apr 2016 20:24:37 +0000 (14:24 -0600)
This wasn't describing a function; the () on the end is just nonsense.

Signed-off-by: Chris Forbes <chrisforbes@google.com>
layers/core_validation.cpp

index 56a6a21..dee2e7a 100644 (file)
@@ -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