[grilo] core: a missing info doesn't deserve a warning
- From: Victor Manuel Jaquez Leal <vjaquez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: a missing info doesn't deserve a warning
- Date: Fri, 10 Sep 2010 11:19:08 +0000 (UTC)
commit a5873135582836625259faec2e9350a027badfb2
Author: VÃctor Manuel Jáquez Leal <vjaquez igalia com>
Date: Fri Sep 10 13:14:36 2010 +0200
core: a missing info doesn't deserve a warning
Signed-off-by: VÃctor Manuel Jáquez Leal <vjaquez igalia com>
src/grl-plugin-registry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/grl-plugin-registry.c b/src/grl-plugin-registry.c
index 46c7613..e337270 100644
--- a/src/grl-plugin-registry.c
+++ b/src/grl-plugin-registry.c
@@ -236,7 +236,7 @@ get_info_from_plugin_xml (const gchar *xml_path)
XML_PARSE_RECOVER | XML_PARSE_NOBLANKS |
XML_PARSE_NOWARNING | XML_PARSE_NOERROR);
if (!doc_ptr) {
- GRL_WARNING ("Could not read XML file under the location: %s", xml_path);
+ GRL_MESSAGE ("Could not read XML file under the location: %s", xml_path);
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]