Skip to content

Commit

Permalink
suppress error message from socket close during web server shutdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Mar 6, 2019
1 parent 4c05aa5 commit 1be030e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -54,6 +54,8 @@ public WebServerScaffold(jmri.InstanceManager instance) {
log.debug("NPE shutting down web server", npe2);
//Assert.fail("Null Pointer Exception occured during teardown:" + npe2);
}
jmri.util.JUnitAppender.suppressErrorMessage("Error on WebSocket message:\nConnection has been closed locally");

});
}
}

0 comments on commit 1be030e

Please sign in to comment.