Skip to content

Commit e5e1e34

Browse files
authored
Update src/main/java/cpw/mods/modlauncher/ModuleLayerHandler.java
1 parent 2abd748 commit e5e1e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cpw/mods/modlauncher/ModuleLayerHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public LayerInfo buildLayer(final Layer layer, BiFunction<Configuration, List<Mo
8282
} catch (ResolutionException e) {
8383
// Catch and log errors when two mods have the same package name, or other module loading errors
8484
// This ensures they make it to the log file.
85-
LOGGER.error("Error while resolving modules: ", e);
85+
LOGGER.error("Error while resolving modules.", e);
8686
throw e;
8787
}
8888
final var allParents = Arrays.stream(layer.getParent()).map(completedLayers::get).map(LayerInfo::layer).<ModuleLayer>mapMulti((moduleLayer, comp)-> {

0 commit comments

Comments
 (0)