core: Don't mind D-Bus service initialization failure
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 29 Sep 2009 21:58:05 +0000 (00:58 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 29 Sep 2009 21:58:05 +0000 (00:58 +0300)
src/rygel/rygel-main.vala

index fcc9834..750a3d7 100644 (file)
@@ -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) {