This commit is contained in:
Brian Ricketts 2013-02-10 01:32:53 -06:00
commit 42f06e5d69

View file

@ -469,7 +469,7 @@ public class TileEntityImprinter extends TileEntityAdvanced implements ISidedInv
} }
catch (Exception e) catch (Exception e)
{ {
System.out.println("Imprinter: Failed to craft"); System.out.println("Imprinter: Failed to craft item: " + itemStack.getDisplayName());
e.printStackTrace(); e.printStackTrace();
} }
} }