forked from I2P_Developers/i2p.i2p
reduce log level
This commit is contained in:
@ -1075,7 +1075,7 @@ public class ConsoleUpdateManager implements UpdateManager {
|
|||||||
updateStatus("<b>" + _("Update downloaded") + "</b><br>" + _("Restarting"));
|
updateStatus("<b>" + _("Update downloaded") + "</b><br>" + _("Restarting"));
|
||||||
restart();
|
restart();
|
||||||
} else {
|
} else {
|
||||||
_log.log(Log.CRIT, "Update was downloaded, will be installed at next restart");
|
_log.logAlways(Log.WARN, "Update was downloaded, 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