[gnome-boxes/gnome-3-4] boxes shouldn't be suprised with non-boxes vm



commit b053e33cfe8c52ed7a5e43d1ffdcc4448061126e
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Tue May 22 18:17:26 2012 +0200

    boxes shouldn't be suprised with non-boxes vm
    
    It shouldn't freak out on non-boxes vm,
    any VM managed by libvirt correctly is fine
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676588

 src/vm-configurator.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
index 0325ffe..d4d39c1 100644
--- a/src/vm-configurator.vala
+++ b/src/vm-configurator.vala
@@ -277,7 +277,7 @@ private class Boxes.VMConfigurator {
             } while (reader.next () == 1);
         }
 
-        warning ("Failed to find OS state for domain '%s'.", domain.get_name ());
+        debug ("no Boxes OS state for domain '%s'.", domain.get_name ());
 
         return null;
     }



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