Lower reporting level of metrics errors.

This commit is contained in:
KHobbits 2012-09-23 18:06:37 +01:00
parent 2f40264c46
commit 9c9b2be011

View file

@ -223,7 +223,7 @@ public class Metrics
} }
catch (IOException e) catch (IOException e)
{ {
Bukkit.getLogger().log(Level.INFO, "[Metrics] " + e.getMessage()); Bukkit.getLogger().log(Level.FINE, "[Metrics] " + e.getMessage());
} }
} }
}, 0, PING_INTERVAL * 1200); }, 0, PING_INTERVAL * 1200);