From 1a0ae950f49dabb92c2ead88340b1dbcfa62a1c2 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 4 May 2004 23:36:01 +0000 Subject: [PATCH] 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 --- src/java/com/threerings/puzzle/Log.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/puzzle/Log.java b/src/java/com/threerings/puzzle/Log.java index 9eaa015aa..5bcbbe1d0 100644 --- a/src/java/com/threerings/puzzle/Log.java +++ b/src/java/com/threerings/puzzle/Log.java @@ -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)