Skip to content

Commit

Permalink
Enable logging in external releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed May 7, 2011
1 parent da079f5 commit c5c70be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Sources/Plasma/PubUtilLib/plStatusLog/plStatusLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,13 +376,7 @@ bool plStatusLogMgr::DumpLogs( const wchar *newFolderName )
//// 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;
#endif


plStatusLog::plStatusLog( UInt8 numDisplayLines, const wchar *filename, UInt32 flags )
{
Expand Down

0 comments on commit c5c70be

Please sign in to comment.