Move to our new Java logging based logging style which also fixes a conflict
between logging in the Narya util package and the Nenya util package. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4214 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -27,6 +27,8 @@ import java.util.Map;
|
||||
|
||||
import com.samskivert.util.Tuple;
|
||||
|
||||
import static com.threerings.NaryaLog.log;
|
||||
|
||||
/**
|
||||
* Used to perform rudimentary memory profiling on large, running systems
|
||||
* where it is impractical to operate a real profiler. Instances of {@link
|
||||
@@ -75,7 +77,7 @@ public class TrackedObject
|
||||
if (count != null) {
|
||||
count[0]--;
|
||||
} else {
|
||||
Log.warning("Finalized TrackedObject missing counter! " +
|
||||
log.warning("Finalized TrackedObject missing counter! " +
|
||||
"[class=" + clazz + "].");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user