diff --git a/src/osgPlugins/lua/LuaScriptEngine.cpp b/src/osgPlugins/lua/LuaScriptEngine.cpp index 15be805d1..5488d065d 100644 --- a/src/osgPlugins/lua/LuaScriptEngine.cpp +++ b/src/osgPlugins/lua/LuaScriptEngine.cpp @@ -4074,21 +4074,21 @@ void LuaScriptEngine::addPaths(const osgDB::FilePathList& paths) std::string path = lua_tostring( _lua, -1 ); lua_pop( _lua, 1 ); - OSG_NOTICE<<"LuaScriptEngine::addPaths() original package.path = "<