X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=ChazLog.m;fp=ChazLog.m;h=bee3160dde734983c96dcf79ce27cb34860fd67a;hp=e78125b537c3409d3c68e1b39c0a0052c6852241;hb=ad02580588e2ca41f15ba8f9bd084561d8d485c2;hpb=0a3d732da131b4505c0dbf2330c4667a29ce90e8 diff --git a/ChazLog.m b/ChazLog.m index e78125b..bee3160 100644 --- a/ChazLog.m +++ b/ChazLog.m @@ -30,7 +30,7 @@ void static _ChazPrint( FILE *output, NSString *format, va_list args ); // Static Globals -BOOL static _gLogEnabled = NO; +BOOL static _gLogEnabled = YES; FILE static *_gLogFile = stdout; FILE static *_gDebugFile = NULL;