sl-20635 attempts at build fixes, added a few stray log messages about log file changes
parent
d12fbf7ec1
commit
82d8b2a720
|
|
@ -2342,6 +2342,7 @@ void LLAppViewer::initLoggingAndGetLastDuration()
|
|||
|
||||
// Set the log file to SecondLife.log
|
||||
LLError::logToFile(log_file);
|
||||
LL_INFOS() << "Started logging to " << log_file << LL_ENDL;
|
||||
if (!duration_log_msg.empty())
|
||||
{
|
||||
LL_WARNS("MarkerFile") << duration_log_msg << LL_ENDL;
|
||||
|
|
|
|||
|
|
@ -450,6 +450,7 @@ static bool handleLogFileChanged(const LLSD& newvalue)
|
|||
std::string log_filename = newvalue.asString();
|
||||
LLFile::remove(log_filename);
|
||||
LLError::logToFile(log_filename);
|
||||
LL_INFOS() << "Logging switched to " << log_filename << LL_ENDL;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1340,7 +1340,6 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,
|
|||
htolememcpy(collision_plane.mV, &data[count], MVT_LLVector4, sizeof(LLVector4));
|
||||
((LLVOAvatar*)this)->setFootPlane(collision_plane);
|
||||
count += sizeof(LLVector4);
|
||||
[[fallthrough]];
|
||||
|
||||
case OBJECTDATA_FIELD_SIZE_124:
|
||||
case OBJECTDATA_FIELD_SIZE_60:
|
||||
|
|
@ -1564,7 +1563,6 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,
|
|||
htolememcpy(collision_plane.mV, &data[count], MVT_LLVector4, sizeof(LLVector4));
|
||||
((LLVOAvatar*)this)->setFootPlane(collision_plane);
|
||||
count += sizeof(LLVector4);
|
||||
[[fallthrough]];
|
||||
|
||||
case OBJECTDATA_FIELD_SIZE_64:
|
||||
case OBJECTDATA_FIELD_SIZE_32:
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
d7915d67467e59287857630bd89bf9529d065199
|
||||
|
||||
d7915d67467e59287857630bd89bf9529d065198
|
||||
|
|
|
|||
Loading…
Reference in New Issue