Apply changes from merge also to Firestorm-specific files
parent
6bbd5d01fb
commit
86ea503d2b
|
|
@ -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?
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue