From a64f283477ea4db09c8b515ab94709e1fb5c82af Mon Sep 17 00:00:00 2001 From: Don Kjer <don@lindenlab.com> Date: Thu, 6 Dec 2007 23:50:17 +0000 Subject: [PATCH] Switching from XML streaming to Notation streaming for new streambase logging format. --- indra/llcommon/lllog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/lllog.cpp b/indra/llcommon/lllog.cpp index 203b6937954..b665a2e0808 100644 --- a/indra/llcommon/lllog.cpp +++ b/indra/llcommon/lllog.cpp @@ -69,7 +69,7 @@ void LLLogImpl::log(const std::string message, LLSD& info) } } } - llinfos << "LLLOGMESSAGE (" << (sequence++) << ") " << message << " " << LLSDXMLStreamer(info) << llendl; + llinfos << "LLLOGMESSAGE (" << (sequence++) << ") " << message << " " << LLSDNotationStreamer(info) << llendl; } //@brief Function to check if specified legacy log message should be sent. -- GitLab