Apply changes from merge also to Firestorm-specific files

Ansariel 2013-03-09 15:38:34 +01:00
parent 6bbd5d01fb
commit 86ea503d2b
1 changed files with 3 additions and 2 deletions

View File

@ -1593,9 +1593,10 @@ public:
mSessionID = session_id;
}
void error(U32 statusNum, const std::string& reason)
void errorWithContent(U32 statusNum, const std::string& reason, const LLSD& content)
{
llinfos << "Error inviting all agents to session" << llendl;
llwarns << "Error inviting all agents to session [status:"
<< statusNum << "]: " << content << llendl;
//throw something back to the viewer here?
}