virgl: replace fprintf-call with debug_printf
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 20 Aug 2018 10:48:51 +0000 (12:48 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 28 Aug 2018 12:13:43 +0000 (14:13 +0200)
commit1b2444dffc93b21f93f06f58a0fc5875477b52cc
tree6b55d06ea8286a552b4555eeeb35a34b7fccf49f
parent2ebfa90abe476b005f46adc8ed14e57785c541ba
virgl: replace fprintf-call with debug_printf

This is the only direct call-site for fprintf in virgl; all other
call-sites call debug_printf instead. So let's follow in style here.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
src/gallium/drivers/virgl/virgl_encode.c