zink: switch warn_missing_feature to mesa_logw

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15778>
This commit is contained in:
Mike Blumenkrantz
2022-03-08 10:49:02 -05:00
committed by Marge Bot
parent 3cf28d16f6
commit b6f99cf378

View File

@@ -286,7 +286,7 @@ zink_stub_function_not_loaded(void);
do { \
static bool warned = false; \
if (!warned) { \
fprintf(stderr, "WARNING: Incorrect rendering will happen, " \
mesa_logw("WARNING: Incorrect rendering will happen, " \
"because the Vulkan device doesn't support " \
"the %s feature\n", feat); \
warned = true; \