summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2007-12-06 23:50:17 +0000
committerDon Kjer <don@lindenlab.com>2007-12-06 23:50:17 +0000
commita64f283477ea4db09c8b515ab94709e1fb5c82af (patch)
treea156b68a80d2d356d40d932d6a28a77d67feae16
parent2c89da4c6ff94f04b56e5d2ebedeaaf9010d2c90 (diff)
Switching from XML streaming to Notation streaming for new streambase logging format.
-rw-r--r--indra/llcommon/lllog.cpp2
1 files changed, 1 insertions, 1 deletions
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.