Skip to content

Commit

Permalink
simple name
Browse files Browse the repository at this point in the history
  • Loading branch information
someaddons committed Aug 19, 2024
1 parent b752324 commit 6958dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public PathResult<AbstractPathJob> setPathJob(

if (PathfindingUtils.trackingMap.containsValue(ourEntity.getUUID()))
{
Log.getLogger().info(ourEntity + " started pathjob to:" + dest + " job type:" + job.getClass());
Log.getLogger().info(ourEntity + " started pathjob to:" + dest + " job type:" + job.getClass().getSimpleName());
}

stop();
Expand Down

0 comments on commit 6958dc0

Please sign in to comment.