From 2ae5e15affcad3bca3b1b0443cd4ad511e065d50 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 29 Mar 2011 11:43:34 +0100 Subject: changed to a critical as I think this would be more appropriate here --- src/mpris2-controller.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpris2-controller.vala b/src/mpris2-controller.vala index 07ac9a2..04ceb88 100644 --- a/src/mpris2-controller.vala +++ b/src/mpris2-controller.vala @@ -57,7 +57,7 @@ public class Mpris2Controller : GLib.Object } } catch (IOError e) { - warning("Problems connecting to the session bus - %s", e.message); + critical("Problems connecting to the session bus - %s", e.message); } } -- cgit v1.2.3