forked from I2P_Developers/i2p.i2p
- Fix spacing in summary bar
- Add start() in UpdateTask so things happen in the right order - Add toString() in UpdateTask for better debugging - Fix getID() for plugin UpdateTasks
This commit is contained in:
@@ -184,6 +184,7 @@ public class ConsoleUpdateManager implements UpdateManager {
|
||||
if (_log.shouldLog(Log.INFO))
|
||||
_log.info("Starting " + r);
|
||||
_activeCheckers.add(t);
|
||||
t.start();
|
||||
}
|
||||
}
|
||||
if (t != null) {
|
||||
@@ -226,6 +227,7 @@ public class ConsoleUpdateManager implements UpdateManager {
|
||||
if (_log.shouldLog(Log.INFO))
|
||||
_log.info("Starting " + r);
|
||||
_activeCheckers.add(t);
|
||||
t.start();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -517,6 +519,7 @@ public class ConsoleUpdateManager implements UpdateManager {
|
||||
if (_log.shouldLog(Log.INFO))
|
||||
_log.info("Starting " + r);
|
||||
_downloaders.put(t, toTry);
|
||||
t.start();
|
||||
return t;
|
||||
} else {
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
|
||||
Reference in New Issue
Block a user