Skip to content

Commit 52cbdc7

Browse files
committed
more context
1 parent 5bf0e95 commit 52cbdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ldtteam/structurize/blueprints/v1/BlueprintUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static Map<BlockPos, BlockEntity> instantiateTileEntities(final Blueprint
5656
}
5757
else
5858
{
59-
Log.getLogger().error("TileEntity creation failed for: " + blueprint.getFileName() + " " + blockInfo.getPos());
59+
Log.getLogger().error("TileEntity creation failed for: " + blueprint + " " + blockInfo.getPos());
6060
}
6161
return null;
6262
})

0 commit comments

Comments
 (0)