Sync llcompilequeue.cpp with upstream

master
Ansariel 2016-10-18 20:08:17 +02:00
parent f77c99c6ef
commit db2d9db8ac
1 changed files with 1 additions and 0 deletions

View File

@ -1003,6 +1003,7 @@ void LLFloaterScriptQueue::objectScriptProcessingQueueCoro(std::string action, L
}
catch (LLCheckedHandleBase::Stale &)
{
// This is expected. It means that floater has been closed before
// processing was completed.
LL_DEBUGS("SCRIPTQ") << "LLExeceptionStaleHandle caught! Floater has most likely been closed." << LL_ENDL;
}