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/gui/e-cal-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-cal-model.c') 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