Added log message for deserialized item object

This commit is contained in:
Collin Smith 2020-08-17 20:39:51 -07:00
parent d4a4c87b38
commit 00caad594c

View File

@ -401,6 +401,7 @@ public class D2SReader96 {
try {
Log.put("item", i);
final Item item = itemReader.readItem(in);
log.debug("item: {}", item);
itemList.add(item);
} catch (SignatureMismatch t) {
log.warn(t);