Correct Program Name (#1524)

This commit is contained in:
Luke Anderson 2017-05-14 19:49:20 +09:30 committed by Leonardo Galli
parent b19fbcbb71
commit 41d3f6d7ea
1 changed files with 1 additions and 1 deletions

View File

@ -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>();
}