diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-12-03 08:14:36 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-12-03 08:14:36 +0800 |
commit | aea33f51dd45886be8dd22970e2e6f36ef9a25d6 (patch) | |
tree | 4b9f76904f7d36e7fa518a09c2565cc94c8cb965 /calendar/gui | |
parent | 6dde8f43e3aba4c65528aae227a6033edf4e0071 (diff) | |
download | gsoc2013-evolution-aea33f51dd45886be8dd22970e2e6f36ef9a25d6.tar gsoc2013-evolution-aea33f51dd45886be8dd22970e2e6f36ef9a25d6.tar.gz gsoc2013-evolution-aea33f51dd45886be8dd22970e2e6f36ef9a25d6.tar.bz2 gsoc2013-evolution-aea33f51dd45886be8dd22970e2e6f36ef9a25d6.tar.lz gsoc2013-evolution-aea33f51dd45886be8dd22970e2e6f36ef9a25d6.tar.xz gsoc2013-evolution-aea33f51dd45886be8dd22970e2e6f36ef9a25d6.tar.zst gsoc2013-evolution-aea33f51dd45886be8dd22970e2e6f36ef9a25d6.zip |
undef DEBUG_CALCONDUT, suppresses debug output.
* calendar-conduit.c: undef DEBUG_CALCONDUT, suppresses debug output.
svn path=/trunk/; revision=1455
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/calendar-conduit.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |