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 | |
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
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/calendar-conduit.c | 4 | ||||
-rw-r--r-- | calendar/conduits/calendar/calendar-conduit.c | 4 | ||||
-rw-r--r-- | 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 <deity@eskil.dk> + + * calendar-conduit.c: undef DEBUG_CALCONDUT, suppresses debug output. + 1999-12-02 Russell Steinthal <rms39@columbia.edu> * 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); |