From a64f283477ea4db09c8b515ab94709e1fb5c82af Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Thu, 6 Dec 2007 23:50:17 +0000 Subject: Switching from XML streaming to Notation streaming for new streambase logging format. --- indra/llcommon/lllog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/llcommon/lllog.cpp b/indra/llcommon/lllog.cpp index 203b693795..b665a2e080 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. -- cgit v1.2.3