summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-21 13:49:35 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-21 13:49:35 -0400
commite32227e90b8911200bfd103ff466ddb9231c6619 (patch)
treeab8052cbb14066c95c88f11d621b3239d8154913 /indra/newview/llviewermessage.cpp
parent1c58b3b18ea732e0032e70ae6dc9c8ec2f2834b4 (diff)
SH-2557 WIP - some cleanup, added error message to try to isolate causes of translation failure
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rwxr-xr-x[-rw-r--r--]indra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 369d2d757d..04b901ed0e 100644..100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -3129,7 +3129,7 @@ protected:
void handleFailure()
{
- LLTranslate::TranslationReceiver::handleFailure();
+ llwarns << "translation failed for mesg " << m_origMesg << llendl;
m_chat.mText += " (?)";
LLNotificationsUI::LLNotificationManager::instance().onChat(m_chat, m_toastArgs);