There was an error while loading. Please reload this page.
1 parent 46352c8 commit eede595Copy full SHA for eede595
2 files changed
src/main/java/org/juv25d/handler/StaticFileHandler.java
@@ -75,7 +75,7 @@ public static HttpResponse handle(HttpRequest request) {
75
return new HttpResponse(200, "OK", headers, fileContent);
76
77
} catch (IOException e) {
78
- logger.log(Level.WARNING, "File not found: " + resourcePath, e);
+ logger.log(Level.WARNING, "File not found: " + resourcePath);
79
return createNotFoundResponse(path);
80
}
81
0 commit comments