summaryrefslogtreecommitdiff
path: root/indra/newview/llexperiencelog.cpp
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-05-07 13:40:34 -0700
committerdolphin <dolphin@lindenlab.com>2014-05-07 13:40:34 -0700
commitd14673988d0d26e5029f8f921bf00cce63e4f767 (patch)
treeaa912f7b684f6580362ae981b823fac2eb36d3c3 /indra/newview/llexperiencelog.cpp
parent48fece44737fa8b9614fd864354d9287a216ea33 (diff)
removed deprecated logging macros
Diffstat (limited to 'indra/newview/llexperiencelog.cpp')
-rw-r--r--indra/newview/llexperiencelog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llexperiencelog.cpp b/indra/newview/llexperiencelog.cpp
index f1e097f22d..7b594577db 100644
--- a/indra/newview/llexperiencelog.cpp
+++ b/indra/newview/llexperiencelog.cpp
@@ -53,7 +53,7 @@ public:
std::istringstream llsdData(llsdRaw);
if (!LLSDSerialize::deserialize(message, llsdData, llsdRaw.length()))
{
- llwarns << "LLExperienceLogDispatchHandler: Attempted to read parameter data into LLSD but failed:" << llsdRaw << llendl;
+ LL_WARNS() << "LLExperienceLogDispatchHandler: Attempted to read parameter data into LLSD but failed:" << llsdRaw << LL_ENDL;
}
}
message["public_id"] = invoice;