--- trunk/RomCheater.Logging/Logger.cs 2012/05/09 08:02:18 17 +++ 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; }