git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 10 Jan 2022 14:38:00 +0000 (14:38 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 10 Jan 2022 14:38:00 +0000 (14:38 +0000)
server/user.jobengine.executors/src/user/jobengine/server/steps/ArchiveSubtitlesStep.java

index 1e53f4dc40a7ec4b83110f84c4a70edf20131a65..dff927b28a8cec2a020d7fbd27d0d54115789a28 100644 (file)
@@ -68,7 +68,7 @@ public class ArchiveSubtitlesStep extends JobStep {
                                Files.move(source, done, StandardCopyOption.REPLACE_EXISTING);\r
                                return archive;\r
                        } else\r
-                               throw new Exception("Source and target content not equals");\r
+                               throw new Exception("Source and target content does not equal.");\r
                } catch (Exception e) {\r
                        logger.error(getMarker(), "Error copy {} to {}. System message: {}", source, archive, e.getMessage());\r
                }\r