1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-09 16:17:37 +02:00

Lower reporting level of metrics errors.

This commit is contained in:
KHobbits
2012-09-23 18:06:37 +01:00
parent 0c42e90746
commit ada750a2b3

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);