Don't double log exception setting file permissions

This commit is contained in:
Mark McDowall 2019-05-12 21:53:31 -07:00
parent 0fe7da80ab
commit 50144721d7
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ namespace NzbDrone.Core.MediaFiles
{ {
_logger.Warn(ex, "Unable to apply permissions to: " + path); _logger.Warn(ex, "Unable to apply permissions to: " + path);
_logger.Debug(ex, ex.Message);
} }
} }
} }