Don't register the resource: handler by default. It causes problems and we only

want to do it in our clients. Also demoted some log messages to debug and
widened.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@134 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-02-01 07:34:08 +00:00
parent f43c9208f3
commit c69a5527b9
2 changed files with 58 additions and 61 deletions
@@ -373,7 +373,7 @@ public class ResourceBundle
_tmpdir = new File(tmpdir, "narcache_" + rando);
if (!_tmpdir.exists()) {
if (_tmpdir.mkdirs()) {
Log.info("Created narya temp cache directory '" + _tmpdir + "'.");
Log.debug("Created narya temp cache directory '" + _tmpdir + "'.");
} else {
Log.warning("Failed to create temp cache directory '" + _tmpdir + "'.");
}