Added debug message to track cache usage

This commit is contained in:
Robert Osfield
2008-02-27 11:43:06 +00:00
parent fdb6b31452
commit 335eed204b

View File

@@ -208,6 +208,7 @@ class NetReader : public osgDB::ReaderWriter
opt.substr( 0, index ) == "LOCAL_CACHE_DIR" )
{
localCacheDir = opt.substr(index+1);
osg::notify(osg::INFO)<<"LOCAL_CACHE_DIR="<<localCacheDir<<std::endl;
}
else if( opt.substr( 0, index ) == "cache_mode" ||
opt.substr( 0, index ) == "CACHE_MODE" )