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

master
Don Kjer 2007-12-06 23:50:17 +00:00
parent 2c89da4c6f
commit a64f283477
1 changed files with 1 additions and 1 deletions

View File

@ -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.