]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/changeset/GenericChangeListener.java
Sync git svn branch with SVN repository r33144.
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / changeset / GenericChangeListener.java
index f0d28cddab41e14bce75aedf28429ca5fd399033..e3be243bb53956d6c689e013d7220533f4291e2f 100644 (file)
@@ -67,7 +67,7 @@ abstract public class GenericChangeListener<Request, Result> implements ChangeLi
         } catch (IllegalAccessException e1) {\r
             Logger.defaultLogError(e1);\r
         } catch (InvocationTargetException e1) {\r
-            Logger.defaultLogError(e1);\r
+            Logger.defaultLogError(e1.getCause());\r
         }\r
 \r
     }\r