mirror of https://github.com/Radarr/Radarr
Correct Program Name (#1524)
This commit is contained in:
parent
b19fbcbb71
commit
41d3f6d7ea
|
@ -94,7 +94,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
return ProcessFile(fileInfo, importMode, series, downloadClientItem);
|
||||
}
|
||||
|
||||
_logger.Error("Import failed, path does not exist or is not accessible by Sonarr: {0}", path);
|
||||
_logger.Error("Import failed, path does not exist or is not accessible by Radarr: {0}", path);
|
||||
return new List<ImportResult>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue