From d36739a8cd0af99d8537a0d97ab220ac9bf24cab Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 9 Sep 2004 08:54:22 +0000 Subject: [PATCH] Change the warnigns about a fail getLibraryHandle to be INFO rather than WARN. --- src/osgDB/DynamicLibrary.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgDB/DynamicLibrary.cpp b/src/osgDB/DynamicLibrary.cpp index 77ed4e3cc..e6a9147bc 100644 --- a/src/osgDB/DynamicLibrary.cpp +++ b/src/osgDB/DynamicLibrary.cpp @@ -74,7 +74,7 @@ DynamicLibrary* DynamicLibrary::loadLibrary(const std::string& libraryName) if (handle) return new DynamicLibrary(libraryName,handle); // else no lib found so report errors. - notify(WARN) << "DynamicLibrary::failed loading \""<