diff --git a/.pick_status.json b/.pick_status.json index 30bb17c984d..f12849d67db 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1732,7 +1732,7 @@ "description": "zink: fix up KILL to a more sensible log message", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/gallium/drivers/zink/zink_kopper.c b/src/gallium/drivers/zink/zink_kopper.c index 0a68a6158cc..e6d5156d1d3 100644 --- a/src/gallium/drivers/zink/zink_kopper.c +++ b/src/gallium/drivers/zink/zink_kopper.c @@ -516,7 +516,7 @@ kill_swapchain(struct zink_context *ctx, struct zink_resource *res) { struct zink_screen *screen = zink_screen(ctx->base.screen); /* dead swapchain */ - fprintf(stderr, "KILL %p\n", res); + mesa_loge("zink: swapchain killed %p\n", res); zink_batch_reference_resource(&ctx->batch, res); struct pipe_resource *pres = screen->base.resource_create(&screen->base, &res->base.b); zink_resource_object_reference(screen, &res->obj, zink_resource(pres)->obj);