Report that we're downloading a bundle when we set out to do so.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1169 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-04-01 20:47:28 +00:00
parent 4afaa186eb
commit 76aaa7722a
@@ -1,5 +1,5 @@
//
// $Id: ResourceManager.java,v 1.12 2002/04/01 16:49:26 mdb Exp $
// $Id: ResourceManager.java,v 1.13 2002/04/01 20:47:28 mdb Exp $
package com.threerings.resource;
@@ -321,6 +321,7 @@ public class ResourceManager
// read the data from the URL into the cache file
if (readData) {
Log.info("Downloading bundle [url=" + burl + "].");
InputStream in = ucon.getInputStream();
FileOutputStream out = new FileOutputStream(cfile);
// pipe the input stream into the output stream