diff options
author | James Cook <james@lindenlab.com> | 2008-01-24 23:26:05 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2008-01-24 23:26:05 +0000 |
commit | 9617ae17ce798e903502868cd071d0ca693e52f4 (patch) | |
tree | 471ae4ee8534cd282cfb1c95ba6c68f562a8326b /indra/llcommon/lllog.cpp | |
parent | ed517c3b1440145aaf7226c1ac8270f20509f708 (diff) |
svn merge -r 78173:78397 search-milestone2-1 for classified click-through logging for Streambase so data warehousing can figure out ROI/purchase history immediately after a teleport from an ad. DEV-9204
Diffstat (limited to 'indra/llcommon/lllog.cpp')
-rw-r--r-- | indra/llcommon/lllog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/lllog.cpp b/indra/llcommon/lllog.cpp index b665a2e080..178f02e215 100644 --- a/indra/llcommon/lllog.cpp +++ b/indra/llcommon/lllog.cpp @@ -69,7 +69,8 @@ void LLLogImpl::log(const std::string message, LLSD& info) } } } - llinfos << "LLLOGMESSAGE (" << (sequence++) << ") " << message << " " << LLSDNotationStreamer(info) << llendl; + llinfos << "LLLOGMESSAGE (" << (sequence++) << ") " << message + << " " << LLSDNotationStreamer(info) << llendl; } //@brief Function to check if specified legacy log message should be sent. |