diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/e-cal-model.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <mcrha@redhat.com> + + * 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 <mcrha@redhat.com> ** 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; } |