anv: remove extra 'debug:' from anv_debug_ignored_stype
authorTapani Pälli <tapani.palli@intel.com>
Tue, 29 Aug 2017 05:44:55 +0000 (08:44 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Tue, 12 Sep 2017 06:42:19 +0000 (09:42 +0300)
anv_debug adds 'debug:' already, this is to clean following:
   debug: debug: anv_CreateDebugReportCallbackEXT: ignored VkStructureType 1000011000

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_private.h

index 1b481621990d9b90a425c77009da9254b1537c31..b42c76d8fe7576d1bab25a0f386afc5311500f2d 100644 (file)
@@ -337,7 +337,7 @@ VkResult __vk_errorf(struct anv_instance *instance, const void *object,
  *    defined by extensions supported by that component.
  */
 #define anv_debug_ignored_stype(sType) \
-   anv_debug("debug: %s: ignored VkStructureType %u\n", __func__, (sType))
+   anv_debug("%s: ignored VkStructureType %u\n", __func__, (sType))
 
 void __anv_finishme(const char *file, int line, const char *format, ...)
    anv_printflike(3, 4);