fix: Forestry Squeezer - better logging

This commit is contained in:
Tobias Wohlfarth 2015-10-07 16:44:46 +02:00
parent b5d326a666
commit b6e08eb8cf

View file

@ -130,7 +130,7 @@ public class Squeezer {
if(!recipes.isEmpty()) {
MineTweakerAPI.apply(new Remove(recipes));
} else {
LogHelper.logWarning(String.format("No %s Recipe found for %s. Command ignored!", Squeezer.name, liquid.toString()));
LogHelper.logWarning(String.format("No %s Recipe found for %s. Command ignored!", Squeezer.name, LogHelper.getStackDescription(liquid)));
}
}