Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:27:02 +00:00
parent 0fefe9a789
commit a7da775353
6 changed files with 25 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ void Image::write(DataOutputStream* out)
out->writeInt(r());
OSG_NOTIFY(osg::DEBUG_INFO) << "image written '" << getFileName()<<"'\t"<<s()<<"\t"<<t()<<std::endl;
OSG_DEBUG << "image written '" << getFileName()<<"'\t"<<s()<<"\t"<<t()<<std::endl;
// Write formats, type and packing
out->writeInt(getInternalTextureFormat());