Demoted llerrs to llwarns in HippoGridManager::saveFile() to prevent forcing the client to crash on connect if something goes wrong there(Have had a few reports of this llerrs popping up for people on XP). Failure to save is non-critical.

This commit is contained in:
Shyotl
2011-04-30 16:00:06 -05:00
parent 226de66b81
commit 6cf9c3b4ed

View File

@@ -981,6 +981,6 @@ void HippoGridManager::saveFile()
}
else
{
llerrs << "Unable to open grid info file: " << fileName << llendl;
llwarns << "Unable to open grid info file for save: " << fileName << llendl;
}
}