[gnome-boxes/gnome-3-12] util-app: Turn 2 criticals into warnings



commit 53e145037ed51b856e447565cd7d0339c9df52fd
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu May 22 12:46:43 2014 +0100

    util-app: Turn 2 criticals into warnings
    
    These messages are not severe enough to be criticals.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729345

 src/util-app.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/util-app.vala b/src/util-app.vala
index f3318b8..31cb1f4 100644
--- a/src/util-app.vala
+++ b/src/util-app.vala
@@ -250,7 +250,7 @@ namespace Boxes {
                     break;
             }
         } catch (GLib.Error error) {
-            critical ("Failed to read file /proc/cpuinfo: %s", error.message);
+            warning ("Failed to read file /proc/cpuinfo: %s", error.message);
         }
 
         debug ("check_cpu_vt_capability: " + yes_no (result));
@@ -270,7 +270,7 @@ namespace Boxes {
                     break;
             }
         } catch (GLib.Error error) {
-            critical ("Failed to read file /proc/modules: %s", error.message);
+            warning ("Failed to read file /proc/modules: %s", error.message);
         }
 
         debug ("check_module_kvm_loaded: " + yes_no (result));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]