Switch to filterable log format.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3622 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-06-24 20:36:53 +00:00
parent d22b510867
commit a940d490a8
@@ -280,9 +280,9 @@ public class PresentsDObjectMgr
// report excessively long units
if (elapsed > 500000) {
Log.warning("Unit '" + StringUtil.safeToString(unit) +
" [" + StringUtil.shortClassName(unit) +
"]' ran for " + (elapsed/1000) + "ms.");
Log.warning("Long dobj unit [unit=" + StringUtil.safeToString(unit) +
" (" + StringUtil.shortClassName(unit) + ")" +
", time=" + (elapsed/1000) + "ms].");
}
if (_eventCount % UNIT_PROFILING_INTERVAL == 0) {