From 39e520268d6877c12d112e8e062940751c30d33f Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 13 Feb 2012 06:59:22 +0000 Subject: [PATCH] fix debugging message accidentally left in --- panda/src/display/graphicsEngine.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/display/graphicsEngine.cxx b/panda/src/display/graphicsEngine.cxx index 3ca68c565e..091a6d95a1 100644 --- a/panda/src/display/graphicsEngine.cxx +++ b/panda/src/display/graphicsEngine.cxx @@ -444,7 +444,8 @@ make_output(GraphicsPipe *pipe, } else { display_cat.info() << window->get_type() << " wouldn't open; abandoning.\n"; - cerr << window->get_fb_properties() << "\n"; + display_cat.debug(false) + << " requested: " << fb_prop << "\n"; } // No good; delete the window and keep trying.