diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-21 17:54:34 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-21 17:54:34 -0400 |
commit | cc719670d9ae9c2793f291dd4a3fd9f0118b5876 (patch) | |
tree | 3b0b8c2639b353dc56f726aa62a11014312adec3 /indra | |
parent | e32227e90b8911200bfd103ff466ddb9231c6619 (diff) |
SH-2557 WIP - more warning message details
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llviewermessage.cpp | 2 |
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); |