Botania

Botania

133M Downloads

Unformatted log output for cached floating flower models

mezz opened this issue ยท 0 comments

commented

Snippet from log:

[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s
[17:55:11] [Client thread/DEBUG] [Botania/JEI]: Cached floating flower model for islandtype %s and flowertype %s

https://github.com/Vazkii/Botania/blob/master/src/main/java/vazkii/botania/client/model/FloatingFlowerModel.java#L135

Probably just needs {} instead of %s.
You might also consider removing it if you didn't see it though.