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

# Line 45 | Line 45 | namespace RomCheater
45              load_loggerflags();
46              LoggerInstance = logwriter;
47              LoggerInstance.CreateNewLog(false);
48 <            logger.ForceLog.Info.WriteLine("LoggingFlags = 0x{0:x4} ({1})", (ushort)logger.GetLoggingFlags(), logger.GetLoggingFlags().ToString());
48 >            logger.ForceLog.Info.WriteLine("LoggingFlags = 0x{0:x4} ({1})", logger.GetLoggingFlags().Value, logger.GetLoggingFlags().Name);
49              load_plugins();
50          }
51  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines