Reactivate CMS error feedback dialog
[lgpl/argeo-commons.git] / swt / rap / org.argeo.cms.swt.rap / src / org / argeo / cms / web / CmsWebEntryPoint.java
index b3ca245ad76a819c98dc44e19ddcfd24af84850b..b61259b7fa80d2939a827aba735c06b6d27938dc 100644 (file)
@@ -167,9 +167,9 @@ public class CmsWebEntryPoint extends AbstractSwtCmsView implements EntryPoint,
                                return;
                }
                display.syncExec(() -> {
-//                     CmsFeedback.show("Unexpected exception in CMS", e);
+                       CmsFeedback.show("Unexpected exception in CMS", e);
                        exception = e;
-                       log.error("Unexpected exception in CMS", e);
+//                     log.error("Unexpected exception in CMS", e);
                        doRefresh();
                });
        }