Make "Loading <model>" a framework_cat message

This commit is contained in:
rdb 2013-05-28 18:39:28 +00:00
parent a7b6b71faa
commit 8019297cea
1 changed files with 1 additions and 1 deletions

View File

@ -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.