Skip to content
Snippets Groups Projects
Commit f1e0f08b authored by Klaus Becker's avatar Klaus Becker
Browse files

still bugs to remove concerning loading a model. Execute "LoadModelTest" as...

still bugs to remove concerning loading a model. Execute "LoadModelTest" as test and look into ProjectUtils.loadProject(String)
refs 319
parent 002780da
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public final class EMFResourceUtils {
return r.getContents().get(0);
} catch (IOException ex) {
LoggingUtils.error(ToolingKernelActivator.getDefault(),
"Failed to load model from " + resourceURI.toString());
"Failed to load model from " + resourceURI.toString(), ex);
}
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment