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/gui/calendar-conduit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/calendar-conduit.c') 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