From: Sweidan Omar Date: Fri, 21 Jan 2022 01:56:16 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=15dd4185cfbe704756aa33958dc8264efbb11467;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32827 --- diff --git a/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java b/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java index 7082a636..cc3be9dd 100644 --- a/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java +++ b/server/-product/production/AMC/jobs/steps/EscortFileUpdaterStep.java @@ -23,7 +23,7 @@ public class EscortFileUpdaterStep extends JobStep { throw new Exception("Store URI protocol must be local."); Path filePath = Paths.get(sourceStoreUri.toString(true), fileName); if (!Files.exists(filePath)) - throw new FileNotFoundException("File not exists: " + filePath.toString()); + throw new FileNotFoundException("File does not exist: " + filePath.toString()); Path escortFilePath = Paths.get(escortFile); DownloadableMedia downloadable = null;