Only report that we're downloading if we actually are.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2742 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-08-05 23:34:01 +00:00
parent 00b983ccf7
commit 8ceaea36ed
@@ -1,5 +1,5 @@
//
// $Id: DownloadManager.java,v 1.9 2003/08/05 07:03:33 mdb Exp $
// $Id: DownloadManager.java,v 1.10 2003/08/05 23:34:01 mdb Exp $
package com.threerings.resource;
@@ -256,7 +256,9 @@ public class DownloadManager
}
}
Log.info("Initiating download of " + pinfo.totalSize + " bytes.");
if (pinfo.totalSize > 0) {
Log.info("Initiating download of " + pinfo.totalSize + " bytes.");
}
// download all stale files
size = fetch.size();