[gnome-boxes/obsessive-compulsive-disorder: 2/11] util-app: Don't warn when OS is not found in osinfo-db



commit 92708390cfd0d32096dd37cf5261856ce9dc4a37
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Mar 26 11:05:30 2020 +0100

    util-app: Don't warn when OS is not found in osinfo-db
    
    Distros are expected to have custom osinfo databases. It is only
    natural that a normal instance of Boxes won't have support for a
    given OS. This is not an issue, per se.

 src/util-app.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/util-app.vala b/src/util-app.vala
index dd8595a0..0aa4af98 100644
--- a/src/util-app.vala
+++ b/src/util-app.vala
@@ -191,7 +191,7 @@ else if (media.url.contains ("dvd"))
 
                 list.append (media);
             } catch (OSDatabaseError error) {
-                warning ("Failed to find OS with id: '%s': %s", os_id, error.message);
+                debug ("Failed to find OS with id: '%s': %s", os_id, error.message);
             }
         }
 


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