Fix AutomaticEventSubscriber error message (#4986)
This commit is contained in:
parent
59c3e1baaf
commit
61666ed6aa
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class AutomaticEventSubscriber
|
|||
}
|
||||
catch (Throwable e)
|
||||
{
|
||||
FMLLog.log.error("An error occurred trying to load an EventBusSubscriber {} for modid {}", mod.getModId(), e);
|
||||
FMLLog.log.error("An error occurred trying to load an EventBusSubscriber {} for modid {}", targ.getClassName(), mod.getModId(), e);
|
||||
throw new LoaderException(e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue