9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-26 10:09:10 +00:00

refactor: Improve getUserCheckedOut debug log

This commit is contained in:
William
2023-12-21 15:06:17 +00:00
parent 4db162e78f
commit 8e0ad76968

View File

@@ -230,7 +230,7 @@ public class RedisManager extends JedisPubSub {
} catch (Throwable e) {
plugin.log(Level.SEVERE, "An exception occurred getting a user's checkout key from Redis", e);
}
plugin.debug(String.format("[%s] %s key no longer set on Redis", user.getUsername(),
plugin.debug(String.format("[%s] %s key not set on Redis", user.getUsername(),
RedisKeyType.DATA_CHECKOUT));
return Optional.empty();
}