Switch to new samskivert logging API.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5134 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -29,7 +29,7 @@ import com.samskivert.util.StringUtil;
|
||||
import com.threerings.presents.dobj.DObject;
|
||||
import com.threerings.presents.util.PresentsContext;
|
||||
|
||||
import com.threerings.admin.Log;
|
||||
import static com.threerings.admin.Log.log;
|
||||
|
||||
/**
|
||||
* Used to display and edit a particular distributed object field.
|
||||
@@ -89,7 +89,7 @@ public class AsStringFieldEditor extends FieldEditor
|
||||
return new Boolean(_value.getText().equalsIgnoreCase("true"));
|
||||
|
||||
} else {
|
||||
Log.warning("Unknown field type '" + _field.getName() + "': " +
|
||||
log.warning("Unknown field type '" + _field.getName() + "': " +
|
||||
_field.getType().getName() + ".");
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user