summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-21 17:54:34 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-21 17:54:34 -0400
commitcc719670d9ae9c2793f291dd4a3fd9f0118b5876 (patch)
tree3b0b8c2639b353dc56f726aa62a11014312adec3 /indra
parente32227e90b8911200bfd103ff466ddb9231c6619 (diff)
SH-2557 WIP - more warning message details
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 04b901ed0e..3eed7edafa 100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -3129,7 +3129,7 @@ protected:
void handleFailure()
{
- llwarns << "translation failed for mesg " << m_origMesg << llendl;
+ llwarns << "translation failed for mesg " << m_origMesg << " toLang " << m_toLang << " fromLang " << m_fromLang << llendl;
m_chat.mText += " (?)";
LLNotificationsUI::LLNotificationManager::instance().onChat(m_chat, m_toastArgs);