summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.