mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
fixed invalid string formatter pattern
This commit is contained in:
@@ -109,8 +109,7 @@ public class LoggingHttpFilter implements HttpFilter {
|
||||
LOG.error(
|
||||
format("## Request ##\n" + //
|
||||
"%s %s %s\n" //
|
||||
+ "%s\n" //
|
||||
+ "%s\n\n", //
|
||||
+ "%s\n", //
|
||||
request.getMethod(), request.getRequestURI(), request.getProtocol(), //
|
||||
headers(request)), //
|
||||
throwable);
|
||||
|
||||
Reference in New Issue
Block a user