Cleaned up a bunch of warnings

This commit is contained in:
Mark McDowall
2012-11-21 08:14:57 -08:00
parent 6897d44b38
commit dda7868215
9 changed files with 16 additions and 8 deletions

View File

@@ -140,6 +140,7 @@ namespace NzbDrone.Core.Providers
catch (Exception ex)
{
Logger.Error("Invalid address {0}, please correct the site URL.", url);
Logger.TraceException(ex.Message, ex);
throw;
}