reduce log level

This commit is contained in:
zzz
2013-09-03 12:13:07 +00:00
parent caead8a3a4
commit 42bc4bb1f4

View File

@ -1075,7 +1075,7 @@ public class ConsoleUpdateManager implements UpdateManager {
updateStatus("<b>" + _("Update downloaded") + "</b><br>" + _("Restarting"));
restart();
} 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
updateStatus("");
}