Revision
279
Author
gstaplin@apple.com
Date
2009-03-03 12:13:41 -0800 (Tue, 03 Mar 2009)

Log Message

Add the uid to the diagnostic for the surface destruction.

Modified Paths

Diff

Modified: AppleSGLX/trunk/apple_glx_surface.c (278 => 279)


--- AppleSGLX/trunk/apple_glx_surface.c	2009-03-03 20:04:18 UTC (rev 278)
+++ AppleSGLX/trunk/apple_glx_surface.c	2009-03-03 20:13:41 UTC (rev 279)
@@ -109,8 +109,8 @@
     XAppleDRIDestroySurface(d->display, DefaultScreen(d->display), 
 			    d->drawable);
 
-    apple_glx_diagnostic("%s: destroyed a surface for drawable 0x%lx\n", 
-			 __func__, d->drawable);
+    apple_glx_diagnostic("%s: destroyed a surface for drawable 0x%lx uid %u\n", 
+			 __func__, d->drawable, s->uid);
 }
 
 /* Return true if an error occured. */