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:
@@ -30,7 +30,7 @@ import com.samskivert.swing.VGroupLayout;
|
||||
|
||||
import com.threerings.presents.util.PresentsContext;
|
||||
|
||||
import com.threerings.admin.Log;
|
||||
import static com.threerings.admin.Log.log;
|
||||
|
||||
/**
|
||||
* Fetches a list of the configuration objects in use by the server and
|
||||
@@ -111,7 +111,7 @@ public class ConfigEditorPanel extends JPanel
|
||||
// documentation inherited from interface
|
||||
public void requestFailed (String reason)
|
||||
{
|
||||
Log.warning("Failed to get config info [reason=" + reason + "].");
|
||||
log.warning("Failed to get config info [reason=" + reason + "].");
|
||||
}
|
||||
|
||||
/** Our client context. */
|
||||
|
||||
Reference in New Issue
Block a user