mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Add log info
This commit is contained in:
parent
37806bd8b2
commit
37338b72d7
1 changed files with 1 additions and 0 deletions
|
|
@ -562,6 +562,7 @@ public class GeyserImpl implements GeyserApi {
|
||||||
//noinspection deprecation
|
//noinspection deprecation
|
||||||
File refreshTokensFile = bootstrap.getSavedUserLoginsFolder().resolve(Constants.SAVED_REFRESH_TOKEN_FILE).toFile();
|
File refreshTokensFile = bootstrap.getSavedUserLoginsFolder().resolve(Constants.SAVED_REFRESH_TOKEN_FILE).toFile();
|
||||||
if (refreshTokensFile.exists()) {
|
if (refreshTokensFile.exists()) {
|
||||||
|
logger.info("Migrating refresh tokens to auth chains...");
|
||||||
TypeReference<Map<String, String>> type = new TypeReference<>() { };
|
TypeReference<Map<String, String>> type = new TypeReference<>() { };
|
||||||
Map<String, String> refreshTokens = null;
|
Map<String, String> refreshTokens = null;
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue