--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java 2012/04/05 12:50:15 1775 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java 2012/04/05 12:57:33 1776 @@ -136,6 +136,8 @@ Location loc = getChestLocation(server, chest); chestMap.put(loc, chest); } + + plugin.getLogger().info("[SnitchingChest] loaded " + chestMap.size() + " chests"); }