diff --git a/indra/llcommon/lllog.cpp b/indra/llcommon/lllog.cpp
index 203b6937954be530415e4b382ba06875c5e53433..b665a2e080871b45944eaf408eb96a30dd7efbdb 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.