Skip to content

Commit 2a07293

Browse files
committed
#178: add hint for unexpected exception to be reported to a developer
1 parent 3c9ff46 commit 2a07293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/doubleslash/keeptime/view/ExternalProjectsSyncController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ protected List<HeimatController.HeimatErrors> call() {
482482
LOG.error("Task failed unexpectedly.", exception);
483483
loadingScreenShowSyncing("Something very unexpected has happened :(", loadingFailure);
484484

485-
showErrorDialog(Collections.singletonList("Error was:" + exception.getMessage()));
485+
showErrorDialog(Collections.singletonList("Please report this to a developer. The error was:" + exception.getMessage()));
486486
showLoadingScreen(false);
487487
thisStage.close();
488488
});

0 commit comments

Comments
 (0)