Moving logging around.

This commit is contained in:
Michael Bayne
2004-07-13 10:39:50 +00:00
parent 7b24a1b606
commit 2cc8d4a596
2 changed files with 4 additions and 3 deletions
@@ -1,5 +1,5 @@
//
// $Id: Downloader.java,v 1.2 2004/07/07 08:42:40 mdb Exp $
// $Id: Downloader.java,v 1.3 2004/07/13 10:39:50 mdb Exp $
package com.threerings.getdown.launcher;
@@ -96,6 +96,8 @@ public class Downloader extends Thread
discoverSize((Resource)iter.next());
}
Log.info("Downloading " + _totalSize + " bytes...");
// make a note of the time at which we started the download
_start = System.currentTimeMillis();
@@ -1,5 +1,5 @@
//
// $Id: Getdown.java,v 1.7 2004/07/13 02:42:52 mdb Exp $
// $Id: Getdown.java,v 1.8 2004/07/13 10:39:50 mdb Exp $
package com.threerings.getdown.launcher;
@@ -130,7 +130,6 @@ public class Getdown
// create a downloader to download our resources
Downloader.Observer obs = new Downloader.Observer() {
public void resolvingDownloads () {
Log.info("Resolving downloads...");
_status.setStatus(_msgs.getString("m.resolving"));
}