diff --git a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/BlueMapService.java b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/BlueMapService.java index 461713dc..2f9ba1b8 100644 --- a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/BlueMapService.java +++ b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/BlueMapService.java @@ -263,7 +263,7 @@ public synchronized Storage getStorage(String storageId) throws ConfigurationExc storage = storageConfig.createStorage(); storage.initialize(); } catch (Exception ex) { - throw new ConfigurationException("Failed to load and initialize the storage '" + storageId + "' for!", + throw new ConfigurationException("Failed to load and initialize the storage '" + storageId + "'!", ex); }