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

Comparing trunk/RomCheater.CorePlugins/Config/PCSX2Config.cs (file contents):
Revision 98 by william, Wed May 9 23:10:12 2012 UTC vs.
Revision 99 by william, Wed May 9 23:23:38 2012 UTC

--- trunk/RomCheater.CorePlugins/Config/PCSX2Config.cs	2012/05/09 23:10:12	98
+++ trunk/RomCheater.CorePlugins/Config/PCSX2Config.cs	2012/05/09 23:23:38	99
@@ -150,7 +150,7 @@ namespace RomCheater.CorePlugins.Config
                             {
                                 //addresses.Add(t);
                                 VTLB_RELEASE_OFFSET = t;
-                                logger.Debug.WriteLine("  Process: {0} found release build entrypoint at 0x{1:x8}", filename, t);
+                                logger.VerboseDebug.WriteLine("  Process: {0} found release build entrypoint at 0x{1:x8}", filename, t);
                                 break; //use only the first valid value
                             }
                         }