diff --git a/src/gallium/drivers/vc4/vc4_draw.c b/src/gallium/drivers/vc4/vc4_draw.c index a4e5e092b1a..c7ca8f9db57 100644 --- a/src/gallium/drivers/vc4/vc4_draw.c +++ b/src/gallium/drivers/vc4/vc4_draw.c @@ -344,7 +344,7 @@ vc4_clear(struct pipe_context *pctx, unsigned buffers, * could avoid this by using the 3d engine to clear. */ if (vc4->draw_call_queued) { - perf_debug("Flushing rendering to process new clear."); + perf_debug("Flushing rendering to process new clear.\n"); vc4_flush(pctx); }