diff --git a/src/de/craftinc/gates/Gate.java b/src/de/craftinc/gates/Gate.java index 2a20097..7e60530 100644 --- a/src/de/craftinc/gates/Gate.java +++ b/src/de/craftinc/gates/Gate.java @@ -307,7 +307,7 @@ public class Gate implements ConfigurationSerializable validate(); // make sure to not write invalid stuff to disk } catch (Exception e) { - Plugin.log("Gate " + this.getId() + " seems to be not valid. It got closed before serializing!"); + Plugin.log("Gate " + this.getId() + " seems to be not valid. It got closed before serializing! (Reason: " + e.getMessage() + ")"); } Map retVal = new HashMap();