diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-03-04 18:22:10 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-03-04 18:22:10 +1000 |
commit | 3047ea543cbe0230d44200b787fe02e6d6d4b7b1 (patch) | |
tree | 6125b6e90eb26acecb6e3772ee2a403e30c0aed9 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 45c9ee32587a64fa9d63d0ce6b70f2ba039a8248 (diff) | |
download | GT5-Unofficial-3047ea543cbe0230d44200b787fe02e6d6d4b7b1.tar.gz GT5-Unofficial-3047ea543cbe0230d44200b787fe02e6d6d4b7b1.tar.bz2 GT5-Unofficial-3047ea543cbe0230d44200b787fe02e6d6d4b7b1.zip |
- Removed some Logging.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java index c25bf1140a..9f9d4a17af 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java @@ -936,7 +936,7 @@ public abstract class GregtechMeta_MultiBlockBase extends MetaTileEntity { } public int getValidOutputSlots(final IGregTechTileEntity machineCalling, final GT_Recipe sRecipes, final ItemStack[] sInputs){ - Utils.LOG_INFO("Finding valid output slots"); + Utils.LOG_WARNING("Finding valid output slots for "+machineCalling.getInventoryName()); final ArrayList<ItemStack> tInputList = this.getStoredInputs(); final GT_Recipe tRecipe = sRecipes; final int outputItemCount = tRecipe.mOutputs.length; |