summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-08-12 14:24:00 -0400
committerLogan Dethrow <log@lindenlab.com>2011-08-12 14:24:00 -0400
commitf73ec6a0378bb31500957e2e9d29ce9c48796831 (patch)
tree3dfac26b35957d7ba1f2668f26183544353ce3a5 /indra/llmessage
parentcff5251f064005f213a905f6eb41b5b7ef8c954b (diff)
parenta41e149642bba39a5dc9bae01a0ea3e6455f7471 (diff)
merge
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/lltemplatemessagereader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/lltemplatemessagereader.cpp b/indra/llmessage/lltemplatemessagereader.cpp
index f470e1b2a5..ab91f74abe 100644
--- a/indra/llmessage/lltemplatemessagereader.cpp
+++ b/indra/llmessage/lltemplatemessagereader.cpp
@@ -795,7 +795,7 @@ const char* LLTemplateMessageReader::getMessageName() const
{
if (!mCurrentRMessageTemplate)
{
- llwarns << "no mCurrentRMessageTemplate" << llendl;
+ // no message currently being read
return "";
}
return mCurrentRMessageTemplate->mName;