mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Enable logging in external releases
This commit is contained in:
@ -376,13 +376,7 @@ bool plStatusLogMgr::DumpLogs( const wchar *newFolderName )
|
|||||||
//// plStatusLog ////////////////////////////////////////////////////////////
|
//// plStatusLog ////////////////////////////////////////////////////////////
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#if defined(PLASMA_EXTERNAL_RELEASE) && (BUILD_TYPE == BUILD_TYPE_LIVE)
|
|
||||||
// If this is an external live build then don't write log files
|
|
||||||
UInt32 plStatusLog::fLoggingOff = true;
|
|
||||||
#else
|
|
||||||
UInt32 plStatusLog::fLoggingOff = false;
|
UInt32 plStatusLog::fLoggingOff = false;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
plStatusLog::plStatusLog( UInt8 numDisplayLines, const wchar *filename, UInt32 flags )
|
plStatusLog::plStatusLog( UInt8 numDisplayLines, const wchar *filename, UInt32 flags )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user