From aea33f51dd45886be8dd22970e2e6f36ef9a25d6 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Fri, 3 Dec 1999 00:14:36 +0000 Subject: undef DEBUG_CALCONDUT, suppresses debug output. * calendar-conduit.c: undef DEBUG_CALCONDUT, suppresses debug output. svn path=/trunk/; revision=1455 --- calendar/ChangeLog | 4 ++++ calendar/calendar-conduit.c | 4 ++-- calendar/conduits/calendar/calendar-conduit.c | 4 ++-- calendar/gui/calendar-conduit.c | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2bd1b8aa42..dea8eb4682 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +1999-12-03 Eskil Heyn Olsen + + * calendar-conduit.c: undef DEBUG_CALCONDUT, suppresses debug output. + 1999-12-02 Russell Steinthal * alarm.c: Enhanced debug support: can be toggled on and off by diff --git a/calendar/calendar-conduit.c b/calendar/calendar-conduit.c index 5b8aaee40f..35a5db97ff 100644 --- a/calendar/calendar-conduit.c +++ b/calendar/calendar-conduit.c @@ -50,7 +50,7 @@ void local_record_from_icalobject(GCalLocalRecord *local,iCalObject *obj); #define G_LOG_DOMAIN "gcalconduit" #define DEBUG_CALCONDUIT -/* #undef DEBUG_CALCONDUIT */ +#undef DEBUG_CALCONDUIT #ifdef DEBUG_CALCONDUIT #define show_exception(e) g_warning ("Exception: %s\n", CORBA_exception_id (e)) @@ -889,7 +889,7 @@ set_pilot_id (GnomePilotConduitStandardAbs *conduit, guint32 ID, GCalConduitContext *ctxt) { - LOG ("entering set_pilot_id"); + LOG ("entering set_pilot_id(id=%d)",ID); g_return_val_if_fail(local!=NULL,-1); g_assert(local->ical!=NULL); diff --git a/calendar/conduits/calendar/calendar-conduit.c b/calendar/conduits/calendar/calendar-conduit.c index 5b8aaee40f..35a5db97ff 100644 --- a/calendar/conduits/calendar/calendar-conduit.c +++ b/calendar/conduits/calendar/calendar-conduit.c @@ -50,7 +50,7 @@ void local_record_from_icalobject(GCalLocalRecord *local,iCalObject *obj); #define G_LOG_DOMAIN "gcalconduit" #define DEBUG_CALCONDUIT -/* #undef DEBUG_CALCONDUIT */ +#undef DEBUG_CALCONDUIT #ifdef DEBUG_CALCONDUIT #define show_exception(e) g_warning ("Exception: %s\n", CORBA_exception_id (e)) @@ -889,7 +889,7 @@ set_pilot_id (GnomePilotConduitStandardAbs *conduit, guint32 ID, GCalConduitContext *ctxt) { - LOG ("entering set_pilot_id"); + LOG ("entering set_pilot_id(id=%d)",ID); g_return_val_if_fail(local!=NULL,-1); g_assert(local->ical!=NULL); diff --git a/calendar/gui/calendar-conduit.c b/calendar/gui/calendar-conduit.c index 5b8aaee40f..35a5db97ff 100644 --- a/calendar/gui/calendar-conduit.c +++ b/calendar/gui/calendar-conduit.c @@ -50,7 +50,7 @@ void local_record_from_icalobject(GCalLocalRecord *local,iCalObject *obj); #define G_LOG_DOMAIN "gcalconduit" #define DEBUG_CALCONDUIT -/* #undef DEBUG_CALCONDUIT */ +#undef DEBUG_CALCONDUIT #ifdef DEBUG_CALCONDUIT #define show_exception(e) g_warning ("Exception: %s\n", CORBA_exception_id (e)) @@ -889,7 +889,7 @@ set_pilot_id (GnomePilotConduitStandardAbs *conduit, guint32 ID, GCalConduitContext *ctxt) { - LOG ("entering set_pilot_id"); + LOG ("entering set_pilot_id(id=%d)",ID); g_return_val_if_fail(local!=NULL,-1); g_assert(local->ical!=NULL); -- cgit v1.2.3