log user name not id
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 40s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 40s
This commit is contained in:
parent
a9e4626dfd
commit
78daf4531b
@ -25,7 +25,7 @@ public class UserUtils {
|
|||||||
if (user == null) {
|
if (user == null) {
|
||||||
return getUser(id, retries + 1);
|
return getUser(id, retries + 1);
|
||||||
}
|
}
|
||||||
log.info("Found user \"{}\" after {} retries.", id, retries);
|
log.info("Found user \"{}\" after {} retries.", user.getGlobalName(), retries);
|
||||||
return user;
|
return user;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user