Skip to content

Commit

Permalink
ObjectHolder works great, but it should be a lot less spammy about fa…
Browse files Browse the repository at this point in the history
…iled lookups. They're usually mod options.
  • Loading branch information
cpw committed Jun 25, 2015
1 parent 2c24c76 commit 204cb16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ else if (isItem)

if (thing == null)
{
FMLLog.warning("Unable to lookup %s for %s. Is there something wrong with the registry?", injectedObject, field);
FMLLog.getLogger().log(Level.DEBUG, "Unable to lookup {} for {}. This means the object wasn't registered. It's likely just mod options.", injectedObject, field);
return;
}
try
Expand Down

0 comments on commit 204cb16

Please sign in to comment.