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:
@@ -981,6 +981,6 @@ void HippoGridManager::saveFile()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
llerrs << "Unable to open grid info file: " << fileName << llendl;
|
llwarns << "Unable to open grid info file for save: " << fileName << llendl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user