Cleaned up a bunch of warnings

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

View file

@ -206,6 +206,7 @@ namespace NzbDrone.Core.Providers
catch (UnauthorizedAccessException ex)
{
Logger.Debug("Unable to apply folder permissions to: ", newFile.FullName);
Logger.TraceException(ex.Message, ex);
}
episodeFile.Path = newFile.FullName;