diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index 947079029..6b9a5fefd 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -51,7 +51,7 @@ std::string findFontFile(const std::string& str) filename = osgDB::findFileInPath(str.c_str(),s_FontFilePath); if (filename) return std::string(filename); } - osg::notify(osg::WARN)<<"Unable to find font file '"<