From b168fcbe1b705ba710d1e7b1b3e4feeb32c13276 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 23 Feb 2010 11:28:19 +0100 Subject: Do less output on an evolution-alarm-notify console --- calendar/gui/alarm-notify/alarm-queue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar/gui/alarm-notify/alarm-queue.c') diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index d8ccda8d72..9662c6231e 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -492,7 +492,6 @@ add_component_alarms (ClientAlarms *ca, ECalComponentAlarms *alarms) e_cal_component_alarms_free (cqa->alarms); cqa->alarms = NULL; d(printf("%s:%d (add_component_alarms) - Failed to add all : %p\n",__FILE__, __LINE__, cqa)); - g_message ("Failed to add all\n"); g_free (cqa); return; } @@ -1629,7 +1628,7 @@ audio_notification (time_t trigger, CompQueuedAlarms *cqa, filename = g_filename_from_uri (url, NULL, &error); if (error != NULL) { - g_warning ("%s", error->message); + g_warning ("%s: %s", G_STRFUNC, error->message); g_error_free (error); } else if (g_file_test (filename, G_FILE_TEST_EXISTS)) { flag = 1; -- cgit v1.2.3