Skip to content

Commit 34c9bed

Browse files
authored
Fixed log (#918)
1 parent abf23a6 commit 34c9bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services-api/src/main/java/io/scalecube/services/RequestContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ public static Mono<RequestContext> deferSecured() {
311311
LOGGER.warn(
312312
"Insufficient permissions for secured method ({}) -- "
313313
+ "request context ({}) does not have principal",
314-
context,
315-
context.methodInfo());
314+
context.methodInfo(),
315+
context);
316316
throw new ForbiddenException("Insufficient permissions");
317317
}
318318

0 commit comments

Comments
 (0)