Skip to content
Snippets Groups Projects
Commit dba66090 authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

print stack trace if function could not be loaded

parent be37d4c9
No related branches found
No related tags found
No related merge requests found
Pipeline #12449 passed
......@@ -86,7 +86,7 @@ class CorpusThread extends Thread {
catch (IllegalArgumentException | NoSuchMethodException | InstantiationException | InvocationTargetException | IllegalAccessException e) {
logger.severe(String.format("Error creating %s", canonical));
report.addWarning("CorpusWebServices", "Test " + function + " cannot be created");
// e.printStackTrace();
e.printStackTrace();
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment