Actually pass in the mod name

This commit is contained in:
Christian Weeks 2012-05-12 02:25:15 -04:00
parent b26b3fda1b
commit 00aee5b8e1
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ public class ModLoaderModContainer implements ModContainer
}
if (parseFailure) {
FMLCommonHandler.instance().getFMLLogger().warning(String.format("The mod %s has an incorrect dependency string {%s}", mod.getPriorities()));
FMLCommonHandler.instance().getFMLLogger().warning(String.format("The mod %s has an incorrect dependency string {%s}", mod.getName(), mod.getPriorities()));
}
}