Index: /trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportQueue.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportQueue.java	(revision 11210)
+++ /trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportQueue.java	(revision 11211)
@@ -54,5 +54,5 @@
      */
     public synchronized void submit(ReportedException report) {
-        Logging.logWithStackTrace(Logging.LEVEL_ERROR, "Handled by bug report queue", report);
+        Logging.logWithStackTrace(Logging.LEVEL_ERROR, "Handled by bug report queue", report.getCause());
         if (suppressAllMessages || suppressFor.stream().anyMatch(report::isSame)) {
             Main.info("User requested to skip error " + report);
