Parent Directory
|
Revision Log
|
Patch
--- 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 @@ 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
ViewVC Help | |
Powered by ViewVC 1.1.22 |