diff --git a/src/osgDB/FileUtils.cpp b/src/osgDB/FileUtils.cpp index c6bd0bd2b..421838cf5 100644 --- a/src/osgDB/FileUtils.cpp +++ b/src/osgDB/FileUtils.cpp @@ -718,7 +718,8 @@ std::string osgDB::findFileInDirectory(const std::string& fileName,const std::st } else { - osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl; + // had to comment out as it segfauls the OSX app otherwise + // osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl; } } #else