1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-20 05:21:21 +02:00

Lower reporting level of metrics errors.

This commit is contained in:
KHobbits
2012-09-23 18:06:37 +01:00
parent 11c68e03b6
commit fc5c0e3e7a

View File

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