Browse Source

output fbprops too

David Rose 15 years ago
parent
commit
4b15eab071
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glxdisplay/glxGraphicsStateGuardian.cxx

+ 1 - 1
panda/src/glxdisplay/glxGraphicsStateGuardian.cxx

@@ -361,7 +361,7 @@ choose_pixel_format(const FrameBufferProperties &properties,
 
         if (glxdisplay_cat.is_debug()) {
           glxdisplay_cat.debug()
-            << "Selected context " << best_result << "\n";
+            << "Selected context " << best_result << ": " << _fbprops << "\n";
           glxdisplay_cat.debug()
             << "context_has_pbuffer = " << _context_has_pbuffer
             << ", context_has_pixmap = " << _context_has_pixmap << "\n";