浏览代码

changed create display from info to debug

Dave Schuyler 20 年之前
父节点
当前提交
e6bb7ce91a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      panda/src/display/graphicsEngine.cxx

+ 2 - 1
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.