[gxml] Element: message changed to debug information



commit 6d10f65cd7f9de68a553bd593c29392527b4dbbd
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Oct 21 15:51:11 2021 -0500

    Element: message changed to debug information

 gxml/Element.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gxml/Element.vala b/gxml/Element.vala
index b753916..eb8405f 100644
--- a/gxml/Element.vala
+++ b/gxml/Element.vala
@@ -668,7 +668,7 @@ public class GXml.Element : GXml.Node,
       }
       return null;
     } catch (GLib.Error e) {
-      message (_("Error getting attribute with namespace: %s"), e.message);
+      debug (_("Error getting attribute with namespace: %s"), e.message);
     }
     return null;
   }


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