Introduce DBus support
[lgpl/argeo-commons.git] / swt / rcp / org.argeo.cms.swt.rcp / src / org / argeo / cms / ui / rcp / CmsRcpDisplayFactory.java
index a83a54db3926cfa2503079c22d3224dff28a8591..63a1fd84ebb76ce6dc7f9da3d9d924e807871143 100644 (file)
@@ -67,7 +67,8 @@ public class CmsRcpDisplayFactory {
                                display = null;
                        } catch (UnsatisfiedLinkError e) {
                                logger.log(Level.ERROR,
-                                               "Cannot load SWT, probably because the OSGi framework has been refresh. Restart the application.",
+                                               "Cannot load SWT, either because the SWT DLLs are no in the java.library.path,"
+                                                               + " or because the OSGi framework has been refreshed." + " Restart the application.",
                                                e);
                        }
                }