Har! More progress mateys.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-05-29 03:27:59 +00:00
parent 6717f8d6e5
commit 33d93d3374
26 changed files with 947 additions and 124 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//
// $Id: Log.java,v 1.1 2001/05/22 06:07:59 mdb Exp $
// $Id: Log.java,v 1.2 2001/05/29 03:27:59 mdb Exp $
package com.samskivert.cocktail.cher;
@@ -10,7 +10,7 @@ package com.samskivert.cocktail.cher;
public class Log
{
public static com.samskivert.util.Log log =
new com.samskivert.util.Log("robodj");
new com.samskivert.util.Log("cher");
/** Convenience function. */
public static void debug (String message)