From e6bb7ce91a01a6febe7afc3269701c7ac68a4e30 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 6 Jul 2005 02:21:43 +0000 Subject: [PATCH] changed create display from info to debug --- 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 738a774eca..72481c70b3 100644 --- a/panda/src/display/graphicsEngine.cxx +++ b/panda/src/display/graphicsEngine.cxx @@ -1201,7 +1201,8 @@ do_add_window(GraphicsOutput *window, GraphicsStateGuardian *gsg, // now, we assume this is the app thread. _app.add_window(_app._window, window); - display_cat.info() + // This was info(), but that is spammy now with the ParisiteBuffer. + display_cat.debug() << "Created " << window->get_type() << " " << (void *)window << "\n"; // By default, try to open each window as it is added.