Browse Source

Make "Loading <model>" a framework_cat message

rdb 12 years ago
parent
commit
8019297cea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/framework/windowFramework.cxx

+ 1 - 1
panda/src/framework/windowFramework.cxx

@@ -626,7 +626,7 @@ load_models(const NodePath &parent, const pvector<Filename> &files) {
 ////////////////////////////////////////////////////////////////////
 NodePath WindowFramework::
 load_model(const NodePath &parent, Filename filename) {
-  nout << "Loading " << filename << "\n";
+  framework_cat.info() << "Loading " << filename << "\n";
 
   // If the filename already exists where it is, or if it is fully
   // qualified, don't search along the model path for it.