Conform to our filterable log standard:
Invarying text [varying text]. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1664 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -184,11 +184,11 @@ public class Invoker extends LoopingThread
|
||||
|
||||
// report long runners
|
||||
if (duration > 5000L) {
|
||||
Log.warning("Invoker unit ran for '" + duration + "ms: " +
|
||||
unit + "' (" + key + ").");
|
||||
Log.warning("Really long invoker unit [unit=" + unit +
|
||||
" (" + key + "), time=" + duration + "ms].");
|
||||
} else if (duration > 500L) {
|
||||
Log.info("Invoker unit ran for '" + duration + "ms: " +
|
||||
unit + "' (" + key + ").");
|
||||
Log.info("Long invoker unit [unit=" + unit +
|
||||
" (" + key + "), time=" + duration + "ms].");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user