]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/matlib.cxx
Replaced some debugging structure David inadvertantly removed.
[flightgear.git] / src / Objects / matlib.cxx
index 15a045fb800707340ee7ac6bf846dc5fa651dbe3..272c23fc3fb75a185699286cdcf3ecfd052318cd 100644 (file)
@@ -71,7 +71,7 @@ bool FGMaterialLib::load( const string& mpath ) {
 
   SGPropertyNode materials;
 
-  cout << "Reading materials from " << mpath << endl;
+  SG_LOG(SG_INPUT, SG_INFO, "Reading materials from " << mpath);
   try {
     readProperties(mpath, &materials);
   } catch (const sg_exception &ex) {