forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@@ -1271,11 +1271,11 @@ public class ConsoleUpdateManager implements UpdateManager, RouterApp {
|
|||||||
_context.router().saveConfig(NewsHelper.PROP_LAST_UPDATE_TIME, Long.toString(modtime));
|
_context.router().saveConfig(NewsHelper.PROP_LAST_UPDATE_TIME, Long.toString(modtime));
|
||||||
|
|
||||||
if ("install".equals(policy)) {
|
if ("install".equals(policy)) {
|
||||||
_log.log(Log.CRIT, "Update was VERIFIED, restarting to install it");
|
_log.log(Log.CRIT, "Update was downloaded and verified, restarting to install it");
|
||||||
updateStatus("<b>" + _("Update verified") + "</b><br>" + _("Restarting"));
|
updateStatus("<b>" + _("Update verified") + "</b><br>" + _("Restarting"));
|
||||||
restart();
|
restart();
|
||||||
} else {
|
} else {
|
||||||
_log.log(Log.CRIT, "Update was VERIFIED, will be installed at next restart");
|
_log.logAlways(Log.WARN, "Update was downloaded and verified, will be installed at next restart");
|
||||||
// SummaryHelper will display restart info separately
|
// SummaryHelper will display restart info separately
|
||||||
updateStatus("");
|
updateStatus("");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user