Change warning for not found task to debug

As this is not really issue, as in this case the icon just falls back to
the default gem icon, this should not really be a warning message and
spam console logs.

Fixes #292

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-01-04 08:35:19 +01:00
parent 61e9a12b30
commit 549103d9cb

View File

@@ -283,7 +283,7 @@ public class SlayerPlugin extends Plugin
int itemSpriteId = ItemID.ENCHANTED_GEM;
if (task == null)
{
log.warn("No slayer task for {} in the Task database", taskName);
log.debug("No slayer task for {} in the Task database", taskName);
}
else
{