Switch to new logging API.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@608 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -32,10 +32,11 @@ import org.xml.sax.helpers.AttributesImpl;
|
||||
import com.megginson.sax.DataWriter;
|
||||
import com.threerings.tools.xml.NestableWriter;
|
||||
|
||||
import com.threerings.whirled.Log;
|
||||
import com.threerings.whirled.data.AuxModel;
|
||||
import com.threerings.whirled.data.SceneModel;
|
||||
|
||||
import static com.threerings.whirled.Log.log;
|
||||
|
||||
/**
|
||||
* Generates an XML representation of an {@link SceneModel}.
|
||||
*/
|
||||
@@ -111,7 +112,7 @@ public class SceneWriter
|
||||
if (awriter != null) {
|
||||
awriter.write(amodel, writer);
|
||||
} else {
|
||||
Log.warning("No writer registered for auxiliary scene model " +
|
||||
log.warning("No writer registered for auxiliary scene model " +
|
||||
"[mclass=" + amodel.getClass() + "].");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user