sna/dri2: fix invalid DBG string
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 18 Jun 2014 06:37:00 +0000 (07:37 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 18 Jun 2014 06:37:28 +0000 (07:37 +0100)
References: https://bugs.freedesktop.org/show_bug.cgi?id=80157
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_dri2.c

index c35e0bd..e689a34 100644 (file)
@@ -1029,7 +1029,7 @@ fallback:
                        kgem_submit(&sna->kgem);
                        if (rq->bo) {
                                bo = ref(rq->bo);
-                               DBG(("%s: recording sync fence handle=%d\n", bo->handle));
+                               DBG(("%s: recording sync fence handle=%d\n", __FUNCTION__, bo->handle));
                        }
                }
        }