ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.cs
(Generate patch)

Comparing trunk/RomCheater/Main.cs (file contents):
Revision 111 by william, Thu May 10 13:55:44 2012 UTC vs.
Revision 112 by william, Thu May 10 14:01:31 2012 UTC

--- trunk/RomCheater/Main.cs	2012/05/10 13:55:44	111
+++ trunk/RomCheater/Main.cs	2012/05/10 14:01:31	112
@@ -45,7 +45,7 @@ namespace RomCheater
             load_loggerflags();
             LoggerInstance = logwriter;
             LoggerInstance.CreateNewLog(false);
-            logger.ForceLog.Info.WriteLine("LoggingFlags = 0x{0:x4} ({1})", (ushort)logger.GetLoggingFlags(), logger.GetLoggingFlags().ToString());
+            logger.ForceLog.Info.WriteLine("LoggingFlags = 0x{0:x4} ({1})", logger.GetLoggingFlags().Value, logger.GetLoggingFlags().Name);
             load_plugins();
         }