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

Comparing trunk/RomCheater.CorePlugins/Config/GenericConfig.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/GenericConfig.cs	2012/05/09 23:10:12	98
+++ trunk/RomCheater.CorePlugins/Config/GenericConfig.cs	2012/05/09 23:23:38	99
@@ -16,7 +16,7 @@ namespace RomCheater.CorePlugins.Config
 
         protected override bool IsNotValidProcess(ProcContainer p) 
         {
-            logger.Debug.WriteLine("    Allowing process {0} to be added",p.Name);
+            logger.VerboseDebug.WriteLine("    Allowing process {0} to be added", p.Name);
             return false; 
         }
         #region IPluginBase Members