Report long units in milliseconds.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3467 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-04-12 17:16:58 +00:00
parent 966703a56a
commit 5507f1a857
@@ -255,7 +255,7 @@ public class PresentsDObjectMgr
if (elapsed > 500000) {
Log.warning("Unit '" + StringUtil.safeToString(unit) +
" [" + StringUtil.shortClassName(unit) +
"]' ran for " + elapsed + "ms.");
"]' ran for " + (elapsed/1000) + "ms.");
}
// record the time spent processing this unit