Skip to content
Snippets Groups Projects
Commit c1a65fcd authored by James Cook's avatar James Cook
Browse files

Don't print every Windlight param file loaded.

parent 1bf5f146
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ void LLWLParamManager::loadPreset(const std::string & name,bool propagate) ...@@ -196,7 +196,7 @@ void LLWLParamManager::loadPreset(const std::string & name,bool propagate)
escaped_filename += ".xml"; escaped_filename += ".xml";
std::string pathName(gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "windlight/skies", escaped_filename)); std::string pathName(gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "windlight/skies", escaped_filename));
llinfos << "Loading WindLight sky setting from " << pathName << llendl; //llinfos << "Loading WindLight sky setting from " << pathName << llendl;
llifstream presetsXML; llifstream presetsXML;
presetsXML.open(pathName.c_str()); presetsXML.open(pathName.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment