commit
fc22892a66
17 changed files with 552 additions and 142 deletions
|
|
@ -352,7 +352,7 @@ public class RoutingEngine extends Thread {
|
|||
}
|
||||
|
||||
private void logException(Throwable t) {
|
||||
errorMessage = t instanceof IllegalArgumentException ? t.getMessage() : t.toString();
|
||||
errorMessage = t instanceof RuntimeException ? t.getMessage() : t.toString();
|
||||
logInfo("Error (linksProcessed=" + linksProcessed + " open paths: " + openSet.getSize() + "): " + errorMessage);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue