1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-08 23:57:23 +02:00

Show UUID in trackUUID debug message.

This commit is contained in:
KHobbits
2014-06-07 18:21:10 +01:00
parent 6a1a6134a7
commit 463f66d076

View File

@@ -151,7 +151,7 @@ public class UserMap extends CacheLoader<String, User> implements IConf
{
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.");
}
}
}