--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/DoorStorage.java 2011/06/27 16:16:37 1531 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/DoorStorage.java 2011/06/27 18:10:05 1532 @@ -68,8 +68,11 @@ } in.close(); + System.out.println("[SecretDoor] loaded " + doors.size() + " doors"); + } catch (FileNotFoundException fnfe) { + System.out.println("[SecretDoor] door file not found"); return; } catch (IOException e) {