display error

I see this error when I run my app.
It doesn’t seem to hurt anything, but just wondered what I should do to get rid of it.

d
:display(error): Could not get requested FrameBufferProperties; abandoning window.
  requested: depth_bits=24 color_bits=32 alpha_bits=8 back_buffers=1 force_hardware=1 
  got: depth_bits=24 color_bits=32 alpha_bits=8 accum_bits=64 force_hardware=1 

Are you using buffers? It seems to me that you’re requesting a buffer that doesn’t support back buffering, so Panda is automatically falling back to a different buffer type that does.