Switch to new logging API.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@510 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
import static com.threerings.media.Log.log;
|
||||
|
||||
/**
|
||||
* A base class for path implementations that endeavor to move their
|
||||
@@ -37,7 +37,7 @@ public abstract class TimedPath implements Path
|
||||
{
|
||||
// sanity check some things
|
||||
if (duration <= 0) {
|
||||
Log.warning("Requested path with illegal duration (<=0) " +
|
||||
log.warning("Requested path with illegal duration (<=0) " +
|
||||
"[duration=" + duration + "]");
|
||||
Thread.dumpStack();
|
||||
duration = 1; // assume something short but non-zero
|
||||
|
||||
Reference in New Issue
Block a user