mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 23:33:58 +00:00
don't report DirectoryNotFoundException in FreeSpaceSpecification
This commit is contained in:
@@ -44,6 +44,10 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||
return false;
|
||||
}
|
||||
}
|
||||
catch (DirectoryNotFoundException ex)
|
||||
{
|
||||
_logger.Error("Unable to check free disk space while importing. " + ex.Message);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.ErrorException("Unable to check free disk space while importing: " + localEpisode.Path, ex);
|
||||
|
||||
Reference in New Issue
Block a user