1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-10 16:48:05 +02:00

Show UUID in trackUUID debug message.

This commit is contained in:
KHobbits
2014-06-07 18:21:10 +01:00
parent 2215b0f53f
commit 95ff197910

View File

@@ -151,7 +151,7 @@ public class UserMap extends CacheLoader<String, User> implements IConf
{ {
if (ess.getSettings().isDebug()) if (ess.getSettings().isDebug())
{ {
ess.getLogger().info("Found old UUID for " + name + ". Not adding to usermap."); ess.getLogger().info("Found old UUID for " + name + " (" + uuid.toString() + "). Not adding to usermap.");
} }
} }
} }