anv_debug adds 'debug:' already, this is to clean following: debug: debug: anv_CreateDebugReportCallbackEXT: ignored VkStructureType 1000011000
Signed-off-by: Tapani Pälli <[email protected]> --- src/intel/vulkan/anv_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 6b2414429f..9adb84d9fb 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -228,7 +228,7 @@ VkResult __vk_errorf(VkResult error, const char *file, int line, const char *for * 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); -- 2.13.5 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
