We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c4cf3 commit 3b8ee59Copy full SHA for 3b8ee59
ors-api/src/main/java/org/heigit/ors/api/servlet/listeners/ORSInitContextListener.java
@@ -65,7 +65,7 @@ public void contextInitialized(ServletContextEvent contextEvent) {
65
System.exit(0);
66
}
67
} catch (Exception e) {
68
- LOGGER.warn("Unable to initialize ORS due to an unexpected exeception: " + e);
+ LOGGER.warn("Unable to initialize ORS due to an unexpected exception: " + e);
69
70
};
71
Thread thread = new Thread(runnable);
0 commit comments