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

Comparing trunk/RomCheater.Logging/Logger.cs (file contents):
Revision 22 by william, Wed May 9 08:02:18 2012 UTC vs.
Revision 23 by william, Wed May 9 08:51:38 2012 UTC

--- 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;
                             }