Use a more sensible log name; removed unused import.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3556 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -48,8 +48,6 @@ import com.jme.light.PointLight;
|
|||||||
import com.jme.math.Vector3f;
|
import com.jme.math.Vector3f;
|
||||||
import com.jme.util.Timer;
|
import com.jme.util.Timer;
|
||||||
|
|
||||||
import com.threerings.presents.client.Client;
|
|
||||||
|
|
||||||
import com.threerings.jme.input.GodViewHandler;
|
import com.threerings.jme.input.GodViewHandler;
|
||||||
import com.threerings.jme.input.HardwareMouse;
|
import com.threerings.jme.input.HardwareMouse;
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ package com.threerings.jme;
|
|||||||
public class Log
|
public class Log
|
||||||
{
|
{
|
||||||
public static com.samskivert.util.Log log =
|
public static com.samskivert.util.Log log =
|
||||||
new com.samskivert.util.Log("jme");
|
new com.samskivert.util.Log("narya.jme");
|
||||||
|
|
||||||
/** Convenience function. */
|
/** Convenience function. */
|
||||||
public static void debug (String message)
|
public static void debug (String message)
|
||||||
|
|||||||
Reference in New Issue
Block a user