aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-queue.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-02-23 18:28:19 +0800
committerMilan Crha <mcrha@redhat.com>2010-02-23 18:28:19 +0800
commitb168fcbe1b705ba710d1e7b1b3e4feeb32c13276 (patch)
tree4f27a2994e37c913fb754ba58319c1bfc5ec0554 /calendar/gui/alarm-notify/alarm-queue.c
parentab643c3dfccd2b72c5dbd7c10856459b634ba6a2 (diff)
downloadgsoc2013-evolution-b168fcbe1b705ba710d1e7b1b3e4feeb32c13276.tar
gsoc2013-evolution-b168fcbe1b705ba710d1e7b1b3e4feeb32c13276.tar.gz
gsoc2013-evolution-b168fcbe1b705ba710d1e7b1b3e4feeb32c13276.tar.bz2
gsoc2013-evolution-b168fcbe1b705ba710d1e7b1b3e4feeb32c13276.tar.lz
gsoc2013-evolution-b168fcbe1b705ba710d1e7b1b3e4feeb32c13276.tar.xz
gsoc2013-evolution-b168fcbe1b705ba710d1e7b1b3e4feeb32c13276.tar.zst
gsoc2013-evolution-b168fcbe1b705ba710d1e7b1b3e4feeb32c13276.zip
Do less output on an evolution-alarm-notify console
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.c')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c3
1 files changed, 1 insertions, 2 deletions
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;