Make warning message better...
This commit is contained in:
parent
3fe72154a3
commit
6f6cb58d8b
@ -380,7 +380,7 @@ public class PluginManager
|
||||
long elapsed = System.nanoTime() - start;
|
||||
if ( elapsed > 1000000 )
|
||||
{
|
||||
ProxyServer.getInstance().getLogger().log( Level.WARNING, "Event {0} took more {1} than ns to process!", new Object[]
|
||||
ProxyServer.getInstance().getLogger().log( Level.WARNING, "Event {0} took {1}ns to process!", new Object[]
|
||||
{
|
||||
event, elapsed
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user