Changed the alert style for restore failures

This commit is contained in:
Jeff Parsons 2017-06-22 16:06:19 -07:00 committed by Jeff Parsons
commit 11c6380eba

View file

@ -680,7 +680,8 @@ class Computer extends Component {
*/ */
if (!component.powerUp(data, fRepower) && data) { if (!component.powerUp(data, fRepower) && data) {
Component.error("Unable to restore state for " + component.type); component.notice("Unable to restore hardware state");
/* /*
* If this is a resume error for a machine that also has a predefined state * If this is a resume error for a machine that also has a predefined state
* AND we're not restoring from that state, then throw away the current state, * AND we're not restoring from that state, then throw away the current state,