aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsPlugins.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/RoughlyEnoughItemsPlugins.java')
-rw-r--r--src/main/java/me/shedaniel/rei/RoughlyEnoughItemsPlugins.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsPlugins.java b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsPlugins.java
index d3ff98686..80e1bafd9 100644
--- a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsPlugins.java
+++ b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsPlugins.java
@@ -21,9 +21,8 @@ public class RoughlyEnoughItemsPlugins implements LoaderCreator {
try {
IRecipePlugin plugin = (IRecipePlugin) container.getOwner().getAdapter().createInstance(aClass, instantiationOptions);
RoughlyEnoughItemsCore.registerPlugin(id, plugin);
- RoughlyEnoughItemsCore.LOGGER.info("Registered plugin %s from %s", id, aClass);
} catch (LanguageAdapterException e) {
- RoughlyEnoughItemsCore.LOGGER.error("Error loading plugin %s", id, e);
+ RoughlyEnoughItemsCore.LOGGER.error("REI: Error loading plugin %s", id, e);
}
})
.build();