Make "Loading <model>" a framework_cat message
This commit is contained in:
parent
a7b6b71faa
commit
8019297cea
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue