mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Lower reporting level of metrics errors.
This commit is contained in:
parent
2f40264c46
commit
9c9b2be011
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue