Improved log in PlayerFinder

This commit is contained in:
Marc Baloup 2021-07-04 18:19:53 +02:00
parent 1c7f64595e
commit 04148b88b3
Signed by: marcbal
GPG Key ID: BBC0FE3ABC30B893
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ public class PlayerFinder {
searchResponseList.removeIf(p -> {
if (p.name == null) { // if the current name was not found in the database
Log.warning("Cannot find current name for player " + p.id, new Throwable());
Log.warning("[PlayerFinder] Name found in history table for id " + p.id + " but the current name was not found in the player table.");
return true;
}
return false;