Introduce Tokens and Argeo Studio styling
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / DeployConfig.java
index b42220a6c8701635d22012b532ed4a32e3ad1ce5..8ad51fc9f0b3dc4ef68169b81bd0a164b5fc51b0 100644 (file)
@@ -245,7 +245,8 @@ class DeployConfig implements ConfigurationListener {
                try (Writer writer = Files.newBufferedWriter(deployConfigPath)) {
                        new LdifWriter(writer).write(deployConfigs);
                } catch (IOException e) {
-                       throw new CmsException("Cannot save deploy configs", e);
+                       // throw new CmsException("Cannot save deploy configs", e);
+                       log.error("Cannot save deploy configs", e);
                }
        }