summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2012-12-18 22:57:57 +0100
committerJens Georg <jensg@openismus.com>2012-12-18 23:00:58 +0100
commit1e2d240e800aca72ec606be9548ec9ad528d27c3 (patch)
tree6397cd467c61e290fd47b4af4cf87fbab79e4fe1
parentaed8f03358bda570df896bce4e24bfd4462d902b (diff)
downloadrygel-1e2d240e800aca72ec606be9548ec9ad528d27c3.tar.gz
external: Use less scary warning
-rw-r--r--src/plugins/external/rygel-external-plugin-factory.vala4
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 05ef04e0..f4c0f8e2 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));
}
}