]> Dogcows Code - chaz/thecheat/blobdiff - ChazLog.m
update contact information and project URL
[chaz/thecheat] / ChazLog.m
index 1637e56f3e484bc0b11d5091284ed723b50c9d20..0f4d0371d6fcf18e93aaa02667e7ef8f980f723f 100644 (file)
--- a/ChazLog.m
+++ b/ChazLog.m
@@ -1,10 +1,14 @@
-//
-//  ChazLog.m
-//  Niobium
-//
-//  Created by NB McGarvey on 9/6/04.
-//  Copyright 2004 NB McGarvey. All rights reserved.
-//
+
+/*
+ * The Cheat - The legendary universal game trainer for Mac OS X.
+ * http://www.brokenzipper.com/trac/wiki/TheCheat
+ *
+ * Copyright (c) 2003-2011, Charles McGarvey et al.
+ *
+ * Distributable under the terms and conditions of the 2-clause BSD
+ * license; see the file COPYING for the legal text of the license.
+ */
+
 
 #include "ChazLog.h"
 
@@ -17,7 +21,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;
 
This page took 0.017309 seconds and 4 git commands to generate.