[rygel/rygel-0-16] external: Use less scary warning



commit 9c8605449620ed553e5ebc96c8d5e39c555a54eb
Author: Jens Georg <jensg openismus com>
Date:   Tue Dec 18 22:57:57 2012 +0100

    external: Use less scary warning

 .../external/rygel-external-plugin-factory.vala    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/external/rygel-external-plugin-factory.vala b/src/plugins/external/rygel-external-plugin-factory.vala
index 078871d..6eca420 100644
--- a/src/plugins/external/rygel-external-plugin-factory.vala
+++ b/src/plugins/external/rygel-external-plugin-factory.vala
@@ -39,8 +39,8 @@ public void module_init (PluginLoader loader) {
     try {
         plugin_factory = new External.PluginFactory (loader);
     } catch (Error error) {
-        critical ("Failed to fetch list of external services: %s\n",
-                error.message);
+        message (_("Module '%s' could not connect to D-Bus session bus. "+
+                   "Ignoringâ", External.Plugin.MODULE_NAME));
     }
 }
 



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