The current code

Code:
    notify(INFO) << "DynamicLibrary::failed loading 
\""<<libraryName<<"\""<<std::endl;



means that failure to locate or load a DLL is in the same class of errors as 
DBPager information, which can be quite voluminous.

I propose it be changed to this


Code:
    notify(WARN) << "DynamicLibrary::failed loading 
\""<<libraryName<<"\""<<std::endl;



I have attached the modified file, if someone that has commit privileges could 
review it for inclusion.[/code]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=21187#21187




Attachments: 
http://forum.openscenegraph.org//files/dynamiclibrary_169.cpp


_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to