From 86ea503d2b24c2d708fdcd7acc5ae075928cf581 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 9 Mar 2013 15:38:34 +0100 Subject: [PATCH] Apply changes from merge also to Firestorm-specific files --- indra/newview/fsfloaterim.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indra/newview/fsfloaterim.cpp b/indra/newview/fsfloaterim.cpp index 44cae9da61..7d5c408f2f 100644 --- a/indra/newview/fsfloaterim.cpp +++ b/indra/newview/fsfloaterim.cpp @@ -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? }