Widened, demoted logging to debug.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@108 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2006-12-30 01:25:57 +00:00
parent c3f4992328
commit 9dadf30d2e
2 changed files with 50 additions and 68 deletions
@@ -53,7 +53,7 @@ public class ClipBuffer
public static Comparable makeKey (ClipProvider provider, String path)
{
// we'll just use a string, amazing!
return provider + path;
return provider + ":" + path;
}
/**