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:
@@ -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 + "'.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user