[gxml/gxml-0.20] Element: message changed to debug information
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gxml-0.20] Element: message changed to debug information
- Date: Thu, 3 Feb 2022 04:12:18 +0000 (UTC)
commit 0d04934429f43873eb8baaa9d5e8bfde04895e56
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]