<div dir="ltr"> <div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
> +#define debug_printf(...) if(mesa_debug) { fprintf(stderr, __VA_ARGS__); }<br>
<br>
</span>`do {} while(0)`<br></blockquote><div><br></div><div>Forgive me but I don't understand, what you're saying here.</div><div><br></div></div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<br>
</div></div>Why only replace some of the printfs?<br></blockquote><div><br></div><div>The fprintf's I replaced with debug_printf are informational status messages, while the ones I left are actual error messages.</div><div><br></div><div>- Chuck<br></div></div></div></div>