Skip to content

Commit

Permalink
Show UUID in trackUUID debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
khobbits committed Jun 7, 2014
1 parent 2215b0f commit 95ff197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Essentials/src/com/earth2me/essentials/UserMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ else if (!names.get(keyName).equals(uuid))
{
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.");
}
}
}
Expand Down

0 comments on commit 95ff197

Please sign in to comment.