From 11c6380eba2c56b7bb7f9ba55c84696265a28ff9 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 22 Jun 2017 16:06:19 -0700 Subject: [PATCH] Changed the alert style for restore failures --- modules/pcx86/lib/computer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/pcx86/lib/computer.js b/modules/pcx86/lib/computer.js index e91a0dfc0..85bff0728 100644 --- a/modules/pcx86/lib/computer.js +++ b/modules/pcx86/lib/computer.js @@ -680,7 +680,8 @@ class Computer extends Component { */ 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 * AND we're not restoring from that state, then throw away the current state,