Commit 61c0ba9f authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* provide more detailed error message

parent e0efb471
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public class GenerationHandler extends AbstractHandler {
					MessageDialog.openError(
							Display.getDefault().getActiveShell(),
							"Generation Results",
							"Generation failed!");
							"Generation failed! "+e.getMessage());
				}