1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

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

View File

@ -94,7 +94,7 @@ public List<ImportResult> ProcessPath(string path, ImportMode importMode = Impor
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>();
}