Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5819)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5820)
@@ -55,4 +55,7 @@
    * callisto.rc:
      - fixed some typos
+
+   * mbase/MLog.cc:
+     - unset DEBUG defined unintentionally
 
 
Index: /trunk/MagicSoft/Mars/mbase/MLog.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MLog.cc	(revision 5819)
+++ /trunk/MagicSoft/Mars/mbase/MLog.cc	(revision 5820)
@@ -117,5 +117,5 @@
 
 #undef DEBUG
-#define DEBUG
+//#define DEBUG
 
 
