[gnome-software] trivial: Do not show a warning if epiphany is not installed
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Do not show a warning if epiphany is not installed
- Date: Mon, 17 Feb 2014 14:22:27 +0000 (UTC)
commit 3031ee654fbf8c1c35ead7f73ab6bb7368d096f4
Author: Richard Hughes <richard hughsie com>
Date: Mon Feb 17 09:15:23 2014 +0000
trivial: Do not show a warning if epiphany is not installed
src/plugins/gs-plugin-epiphany.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-epiphany.c b/src/plugins/gs-plugin-epiphany.c
index 074285c..692699f 100644
--- a/src/plugins/gs-plugin-epiphany.c
+++ b/src/plugins/gs-plugin-epiphany.c
@@ -59,8 +59,8 @@ gs_plugin_initialize (GsPlugin *plugin)
epiphany = g_find_program_in_path ("epiphany");
if (epiphany == NULL) {
gs_plugin_set_enabled (plugin, FALSE);
- g_warning ("disabling '%s' as epiphany does not exist",
- plugin->name);
+ g_debug ("disabling '%s' as epiphany does not exist",
+ plugin->name);
}
g_free (epiphany);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]