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
|
// report long runners
|
||||||
if (duration > 5000L) {
|
if (duration > 5000L) {
|
||||||
Log.warning("Invoker unit ran for '" + duration + "ms: " +
|
Log.warning("Really long invoker unit [unit=" + unit +
|
||||||
unit + "' (" + key + ").");
|
" (" + key + "), time=" + duration + "ms].");
|
||||||
} else if (duration > 500L) {
|
} else if (duration > 500L) {
|
||||||
Log.info("Invoker unit ran for '" + duration + "ms: " +
|
Log.info("Long invoker unit [unit=" + unit +
|
||||||
unit + "' (" + key + ").");
|
" (" + key + "), time=" + duration + "ms].");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user