From 4340e3cf7afcde55fdf063e4220bcff67e822167 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 17 Dec 2008 17:14:05 +0000 Subject: Show reason of a failure on a console too. 2008-12-17 Milan Crha * gui/e-cal-model.c: (update_e_cal_view_for_client): Show reason of a failure on a console too. svn path=/trunk/; revision=36913 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-cal-model.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 22b036a633..8e059dad45 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2008-12-17 Milan Crha + + * gui/e-cal-model.c: (update_e_cal_view_for_client): + Show reason of a failure on a console too. + 2008-12-15 Milan Crha ** Fix for bug #540181 diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index 76004c87e3..60dfd5e467 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -1655,7 +1655,7 @@ try_again: goto try_again; } - g_warning (G_STRLOC ": Unable to get query"); + g_warning (G_STRLOC ": Unable to get query, %s", error->message); return; } -- cgit v1.2.3