summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-12-06 11:45:07 -0500
committerJonathan Yap <none@none>2011-12-06 11:45:07 -0500
commit28f86906a6c0675c6335ca7f408c4e0561dafd89 (patch)
treee7b4fbe345711f123174451e4fa607e5dd40f242 /indra/newview/llviewermessage.cpp
parent0ab252b8174a97311168938e93c99c0d649660ad (diff)
STORM-1653 Added affected name to warning message
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-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 c92fc5c853..39c863318b 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -2464,7 +2464,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
if (agent_id.isNull())
{
- LL_WARNS("Messaging") << "buildLegacyName returned null" << LL_ENDL;
+ LL_WARNS("Messaging") << "buildLegacyName returned null while processing " << original_name << LL_ENDL;
}
else if (LLMuteList::getInstance()->isMuted(agent_id))
{