mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-04-02 18:16:32 +02:00
Lower reporting level of metrics errors.
This commit is contained in:
parent
2f40264c46
commit
9c9b2be011
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user