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:

committed by
Marge Bot

parent
3cf28d16f6
commit
b6f99cf378
@@ -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; \
|
||||
|
Reference in New Issue
Block a user