diff options
author | dolphin <dolphin@lindenlab.com> | 2014-05-07 13:40:34 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-05-07 13:40:34 -0700 |
commit | d14673988d0d26e5029f8f921bf00cce63e4f767 (patch) | |
tree | aa912f7b684f6580362ae981b823fac2eb36d3c3 /indra/newview/llexperiencelog.cpp | |
parent | 48fece44737fa8b9614fd864354d9287a216ea33 (diff) |
removed deprecated logging macros
Diffstat (limited to 'indra/newview/llexperiencelog.cpp')
-rw-r--r-- | indra/newview/llexperiencelog.cpp | 2 |
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; |