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:
Michael Bayne
2005-05-16 22:08:55 +00:00
parent 4757af99c6
commit b6a8c2be58
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -48,8 +48,6 @@ import com.jme.light.PointLight;
import com.jme.math.Vector3f;
import com.jme.util.Timer;
import com.threerings.presents.client.Client;
import com.threerings.jme.input.GodViewHandler;
import com.threerings.jme.input.HardwareMouse;
+1 -1
View File
@@ -28,7 +28,7 @@ package com.threerings.jme;
public class Log
{
public static com.samskivert.util.Log log =
new com.samskivert.util.Log("jme");
new com.samskivert.util.Log("narya.jme");
/** Convenience function. */
public static void debug (String message)