On Wed, Jun 29, 2011 at 03:01:30PM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> >-    dprint(d, 1, "%s: done\n", __FUNCTION__);
> >+    dprint(d, 1, "%s: done (num_free_res %d, %p)\n", __FUNCTION__,
> >+        d->num_free_res, d->last_release);
> 
> >      case QXL_IO_RESET:
> >-        dprint(d, 1, "QXL_IO_RESET\n");
> >+        dprint(d, 1, "QXL_IO_RESET %d (%p)\n", d->num_free_res,
> >+               d->last_release);
> 
> Hmm, this looks pretty much like something added to debug a specific
> issue, not something useful for tracing in general ...

ok. can you just drop it from the queue so I can avoid sending a v4?

> 
> cheers,
>   Gerd
> 

Reply via email to