Skip to content
Snippets Groups Projects
Commit a64f2834 authored by Don Kjer's avatar Don Kjer
Browse files

Switching from XML streaming to Notation streaming for new streambase logging format.

parent 2c89da4c
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ void LLLogImpl::log(const std::string message, LLSD& info) ...@@ -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. //@brief Function to check if specified legacy log message should be sent.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment