From 52b83ce3105897f0a87f648f71110e5a1a0a5492 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 4 Feb 2004 11:54:58 +0000 Subject: display the exception message on error. 2004-02-04 Rodrigo Moya * gui/main.c (launch_alarm_daemon_cb): display the exception message on error. svn path=/trunk/; revision=24611 --- calendar/gui/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/main.c') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 838917244d..5441a140fa 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -100,7 +100,7 @@ launch_alarm_daemon_cb (gpointer data) an = bonobo_activation_activate_from_id ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify:" BASE_VERSION, 0, NULL, &ev); if (BONOBO_EX (&ev)) { - g_message ("launch_alarm_daemon_cb(): Could not activate the alarm notification service"); + g_message ("launch_alarm_daemon_cb(): %s", bonobo_exception_get_text (&ev)); CORBA_exception_free (&ev); return FALSE; } -- cgit v1.2.3