git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Wed, 4 May 2022 09:29:35 +0000 (09:29 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Wed, 4 May 2022 09:29:35 +0000 (09:29 +0000)
server/user.jobengine.osgi.server/src/user/jobengine/server/JobEngineConfiguration.java

index ce79a055ccfec2446802d4cae18d588c770bb52c..9f3a83bc87666aa8809b8c560e1a88d2e50fcc07 100644 (file)
@@ -439,9 +439,9 @@ public class JobEngineConfiguration implements IJobEngineConfiguration {
                                filePath = templatesPath.toString() + FileSystems.getDefault().getSeparator()\r
                                                + templateToSave.getFileName();\r
                                if (Files.isWritable(Paths.get(filePath))) {\r
-                                       logger.info("{} is writable");\r
+                                       logger.info("{} is writable", filePath);\r
                                } else {\r
-                                       logger.info("{} is not writable");\r
+                                       logger.info("{} is not writable", filePath);\r
                                        DosFileAttributeView dos = Files.getFileAttributeView(Paths.get(filePath),\r
                                                        DosFileAttributeView.class);\r
                                        if (dos != null) {\r