--- trunk/RomCheater.Logging/Logger.cs 2012/05/09 08:43:52 22 +++ trunk/RomCheater.Logging/Logger.cs 2012/05/09 08:51:38 23 @@ -53,7 +53,7 @@ namespace RomCheater.Logging lw = (LogWriter)prop.GetValue(null, null); break; } - catch (Exception ex) + catch (Exception) { throw; } |