diff --git a/src/main/java/world/bentobox/bentobox/schems/SchemToBlueprint.java b/src/main/java/world/bentobox/bentobox/schems/SchemToBlueprint.java index 77f8f184b..0a8dd6465 100644 --- a/src/main/java/world/bentobox/bentobox/schems/SchemToBlueprint.java +++ b/src/main/java/world/bentobox/bentobox/schems/SchemToBlueprint.java @@ -120,8 +120,7 @@ public class SchemToBlueprint { } catch (FileNotFoundException ignore) { // Ignore } catch (Exception e) { - plugin.logError("Could not convert " + name + " schem, skipping!"); - e.printStackTrace(); + plugin.logError("Could not convert " + name + " schem, skipping! " + e.getLocalizedMessage()); } return null; }