Moving logging around.
This commit is contained in:
@@ -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;
|
package com.threerings.getdown.launcher;
|
||||||
|
|
||||||
@@ -96,6 +96,8 @@ public class Downloader extends Thread
|
|||||||
discoverSize((Resource)iter.next());
|
discoverSize((Resource)iter.next());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log.info("Downloading " + _totalSize + " bytes...");
|
||||||
|
|
||||||
// make a note of the time at which we started the download
|
// make a note of the time at which we started the download
|
||||||
_start = System.currentTimeMillis();
|
_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;
|
package com.threerings.getdown.launcher;
|
||||||
|
|
||||||
@@ -130,7 +130,6 @@ public class Getdown
|
|||||||
// create a downloader to download our resources
|
// create a downloader to download our resources
|
||||||
Downloader.Observer obs = new Downloader.Observer() {
|
Downloader.Observer obs = new Downloader.Observer() {
|
||||||
public void resolvingDownloads () {
|
public void resolvingDownloads () {
|
||||||
Log.info("Resolving downloads...");
|
|
||||||
_status.setStatus(_msgs.getString("m.resolving"));
|
_status.setStatus(_msgs.getString("m.resolving"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user