aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-12-18 01:14:05 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-12-18 01:14:05 +0800
commit4340e3cf7afcde55fdf063e4220bcff67e822167 (patch)
treecff85666e4f8bf4712b0a9ed12745ad3fc79bd53 /calendar
parent4d37b2e50e0d44663da1af7a7abd3b4ca5395c92 (diff)
downloadgsoc2013-evolution-4340e3cf7afcde55fdf063e4220bcff67e822167.tar
gsoc2013-evolution-4340e3cf7afcde55fdf063e4220bcff67e822167.tar.gz
gsoc2013-evolution-4340e3cf7afcde55fdf063e4220bcff67e822167.tar.bz2
gsoc2013-evolution-4340e3cf7afcde55fdf063e4220bcff67e822167.tar.lz
gsoc2013-evolution-4340e3cf7afcde55fdf063e4220bcff67e822167.tar.xz
gsoc2013-evolution-4340e3cf7afcde55fdf063e4220bcff67e822167.tar.zst
gsoc2013-evolution-4340e3cf7afcde55fdf063e4220bcff67e822167.zip
Show reason of a failure on a console too.
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. svn path=/trunk/; revision=36913
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-cal-model.c2
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;
}