projects
/
profile
/
ivi
/
rygel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1262254
)
core: Don't mind D-Bus service initialization failure
author
Zeeshan Ali (Khattak)
<zeeshanak@gnome.org>
Tue, 29 Sep 2009 21:58:05 +0000
(
00:58
+0300)
committer
Zeeshan Ali (Khattak)
<zeeshanak@gnome.org>
Tue, 29 Sep 2009 21:58:05 +0000
(
00:58
+0300)
src/rygel/rygel-main.vala
patch
|
blob
|
history
diff --git
a/src/rygel/rygel-main.vala
b/src/rygel/rygel-main.vala
index
fcc9834
..
750a3d7
100644
(file)
--- a/
src/rygel/rygel-main.vala
+++ b/
src/rygel/rygel-main.vala
@@
-204,6
+204,8
@@
public class Rygel.Main : Object {
main = new Main ();
service = new DBusService (main);
+ } catch (DBus.Error err) {
+ warning ("Failed to start D-Bus service: %s", err.message);
} catch (CmdlineConfigError.VERSION_ONLY err) {
return 0;
} catch (GLib.Error err) {