Fixed: Don't double log exception setting file permissions

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/983/head
Qstick 5 years ago
parent 28b7323d4d
commit 07fca1b6fc

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

Loading…
Cancel
Save