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:
Ray Greenwell
2004-05-04 23:36:01 +00:00
parent d3176c2d9c
commit 1a0ae950f4
+2 -2
View File
@@ -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;
@@ -10,7 +10,7 @@ package com.threerings.puzzle;
public class Log
{
public static com.samskivert.util.Log log =
new com.samskivert.util.Log("yohoho.puzzle");
new com.samskivert.util.Log("puzzle");
/** Convenience function. */
public static void debug (String message)