Changed module name to just "puzzle" (we're not longer in yohoho).
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3001 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: Log.java,v 1.1 2003/11/26 01:42:34 mdb Exp $
|
// $Id: Log.java,v 1.2 2004/05/04 23:36:01 ray Exp $
|
||||||
|
|
||||||
package com.threerings.puzzle;
|
package com.threerings.puzzle;
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ package com.threerings.puzzle;
|
|||||||
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("yohoho.puzzle");
|
new com.samskivert.util.Log("puzzle");
|
||||||
|
|
||||||
/** Convenience function. */
|
/** Convenience function. */
|
||||||
public static void debug (String message)
|
public static void debug (String message)
|
||||||
|
|||||||
Reference in New Issue
Block a user